Ash.. wrote:
Hello,

What I am doing is very simple. I have a form in register.php with several
textboxes and stuff.
On submit, the doRegister.php file is invoked. Now, in that file, I am not
able to successfully retrieve
the parameters filled in the forms (which I need to use to run a db query.)

Register_globals is OFF. Use $_GET['formelement'] or $_POST['formelement'] instead of $formelement.


--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to