I just started learning PHP and have looked to solve this issue, but haven't
got the correct answer yet.

I installed the latest version of PHP on my Win98 machine running PWS.

I can do php_info(), so it seems the installation is correct.

Now I'm trying a simple form get and all I receive is the following:

Notice: Undefined variable: C in d:\www\php\test.php on line 2
The url reads:http://localhost/php/test.php?C=foo

and test.php contains:
<?php
echo $C;
?>

I found a suggestion to turn down the error reporting, which stopped the
error from being displayed, but didn't stop the error itself.

Any help would be appreciated





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

Reply via email to