Hi,
I've just upgraded to PHP 4.3 on a win98 machine using the OMNIHTTPd web server. When I try and do a php_info() I get this back:
Simple Echo
Hi, I'm a PHP script!
Server Variables
SCRIPT_NAME:
Notice: Undefined variable: SCRIPT_NAME in C:\HTTPD\HTDOCS\test.php on line 19
QUERY_STRING:
Notice: Undefined variable: QUERY_STRING in C:\HTTPD\HTDOCS\test.php on line 20
SERVER_SOFTWARE:
Notice: Undefined variable: SERVER_SOFTWARE in C:\HTTPD\HTDOCS\test.php on line 21
Cookies
phpbb2mysql_data a:2:{s:11:\"autologinid\";s:0:\"\";s:6:\"userid\";s:1:\"2\";}
TestCookie2 Another Value
For more information on programming with PHP, check out the official PHP page at www.php.net.
I'm trying to determine whether my GD library is installed properly, and obviously the above is not a lot of help!