Make sure
register_globals=On
is set in your php.ini

Ross

-----Original Message-----
From: Jeff Britts [mailto:[EMAIL PROTECTED]]
Sent: 30 April 2002 21:13
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Cant get PHP to run on Win 98


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


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

Reply via email to