Look in your PHP.INI file for the error_reporting variable.  You'll want 
E_ALL & ~E_NOTICE.  What probably happened was you either forgot to copy 
your old php.ini file back to your windows directory, or copied a new 
version of it without the & ~_NOTICE part that disabled undefined variable 
warnings.

At 10:33 PM 10/8/01 -0500, steven wrote:
>I just recently installed a new master Hard drive and got rid of my old one.
>Of course I saved my web stuff.  When I got my new hard drive setup on the
>same system with win xp and IIS and PHP I keep getting Undefined variable
>error messages.
>
>I've tried everything I can think of, the variables are clearly getting
>passed...
>
>to take a look at the error go here...
>http://24.167.121.204/php/chapter1/orderform.html
>
>You may or may not be able to reach the site...
>
>Anyhow if you have any suggestions on getting rid of these weird undefined
>variables please reply..
>...also note that the code is not buggy.
>
>-steven
>
>
>
>
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php


-- Mike Flynn --
mike @ mikeflynn . net
home => work => home => shop => home [adbusters]


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

Reply via email to