Michel Laine said something on 11 Feb 2002, in php.windows: > I soppose that the initial "<" in the FORM block was left out just in > the snippet presented here? > form method="post" action="registRer.php"> > instead of > <form method="post" action="registRer.php"> > > I also would recommend to remove all Caps inside action/value.. and so > on - not that i know if this is any cause of errors, but it eliminates > errors due to incorrectly written capilitazion. >
??? How will that help? Use the $_POST and $_REQUEST arrays if using 4.1 or $HTTP_POST_VARS if 4.0.6 or earlier. Or change your error reporting level in your php.ini file (to E_ALL &~E_NOTICE or something like that). Regards, David -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php