|
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
|