View Single Post
Old 08-26-2003, 10:47 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,530
sde is on a distinguished road
same things as last time .. since you are too 'afraid' to turn off register_globals ( ), you must use either $_GET or $_POST before the variables you submit from a form.. depending on the method you send.

for this to work right, you will probably have to use $_POST['name'] to make it work.

it's cool to see your getting into it.. you should use the [php ] [/php ] and [code ] [/code ] tags when you post code. it makes it so much easier to read.
__________________
Mike
sde is offline   Reply With Quote