Re: [PHP] Simple form problem -

2002-10-25 Thread Mario Montag
Thanks for the tip. I have another issue once I click on a form. Could you take a quick look at this one: //--- START OF CODE -- First name: Last name: Address: Position: // -- END OF CODE I open it and I get the following text boxes:

Re: [PHP] Simple form problem -

2002-10-25 Thread Vidyut Luther
The simple but potentially wrong..harmful solution is to turn on register globals in php.ini, The right solution is to use $_SERVER['PHP_SELF']; On Fri, 2002-10-25 at 11:48, Mario Montag wrote: > First time playing with PHP, Apache, and MySQL. I have a simple form error > and I don't know ho