Hello, 

 I have some really big problems with php4.2.3& apache1.3.23 under win2000. It seems 
that in a simple form like this:

<form  action="new_date.php" method="post" >
 <input type="text" name="name" >
 <input type="Submit" name="submit" value="Enter information">
 </form>

when new_date.php is called $name remains uninitialized. The error is:

[Fri Nov 01 14:30:37 2002] [error] [client 127.0.0.1] PHP Notice:  Undefined variable: 
 death in e:\Apache\htdocs\test\new_date.php on line 13.

Also if I use $PHP_SELF in a similar form, I get :Undefined variable:  PHP_SELF in 
e:\Apache\htdocs\test\foo.html

I havetried to use php as cgi executabile or as module for apache but the errors are 
the same. Under Linux everything works fine.

Thanks, 
Adrian

Reply via email to