View Single Post
Old 07-11-2004, 08:31 PM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,470
sde is on a distinguished road
i understand those were just examples. my fix will handle any value as it handles those examples.

2. register_globals just won't let you access POST form data without the $_POST[] array defined. it is perfectly fine to not use $_POST[] if you are creating new variables in your script.

3. it should work fine. just the 'dummy vars' at the top out and it should work with the form data.

have you tried it?
__________________
Mike
sde is offline   Reply With Quote