Great idea. I tried that, and for some reason, it didn't work.
How are you calling the variable in PHP on my_form.php?
//this will set $value to the $_GET variable 'value' if it is there else set it to default of 'NOTHING POSTED'
$value = (isset($_GET[value])) ? $_GET[value] ? 'NOTHING POSTED';
//do something with $value
echo "Your age is ". $value; Last edited by peter_budo; Apr 5th, 2008 at 1:32 pm. Reason: Keep It Organized - please use [code] tags
Reputation Points: 23
Solved Threads: 12
Junior Poster in Training
Offline 73 posts
since Apr 2008