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:
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
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
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
4 matches
Mail list logo