help retrieiving results and doing pagination
Having some trouble trying to get the results to show on more than just one page.
What is ha
Form help: Syntax & Logic
Hello again all,
I'm working on a form and ran into a wall (again) and can't seem to think th
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is
Running a cron job through PHP/Apache?!
Hello all,
I have a PHP script which makes a cron file from user input. When i try to run the cro
FPDF Help
I've been playing with the FPDF module. I was building a form and rolling right along and then sudde
How to pass parameter to tag query?
Hi,
I want to get the value of a tag at a specific time (like 10/27/09 15:29:59), I need to giv
Unique Visitor Tracking
Hello. Currently, I run a voting site where voters are tracked by their IP address and can only vote
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
Local file browser with php
Halo..
So this is what i want to create. I have a folder that i share and it has many movies.
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<