Either put the following line at the top of your php script:
error_reporting(E_ALL & ~(E_NOTICE | E_USER_NOTICE | E_WARNING | 
E_COMPILE_WARNING | E_CORE_WARNING | E_USER_WARNING) );

Or change the error reporting in your php.ini file.

Steve

At 08:48 AM 5/14/2002, Bob Strasser wrote:
>Anyone know a simple explanation of how to use forms using the post method 
>on PHP for Windows.  I use PHP on Linux and I don't have any problems.  I 
>do the same thing on Windows and I get an unregistered variable message on 
>Windows.  I assume I've missed something.  Global variables is on.  Why 
>isn't the info tranferring?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to