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:

Fw: [PHP] Simple form problem -

2002-10-25 Thread Kevin Stone
L PROTECTED]> Sent: Friday, October 25, 2002 10:48 AM Subject: [PHP] Simple form problem - > First time playing with PHP, Apache, and MySQL. I have a simple form error > and I don't know how to solve it. I was doing the Webmonkey PHP/MySQL > tutorial and when I started using fo

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

[PHP] Simple form problem -

2002-10-25 Thread Mario Montag
First time playing with PHP, Apache, and MySQL. I have a simple form error and I don't know how to solve it. I was doing the Webmonkey PHP/MySQL tutorial and when I started using forms with $PHP_SELF I started getting errors with variables not defined. PHP 4.2.3 MySQL 4.0 Windows 2000 Apache 1.3