I have installed PHP CGI 4.0 on my Win 98 machine with
PWS and tried this script that I put in the wwwroot
directory and called test.php3:
<html>
<body>
<?php
$myvar = "Hello World";
echo $myvar;
?>
</body>
</html>
I called the page from my browser like this:
http://localhost/test.php3
The page came up, but was blank. I gave the wwwroot
dir read,exe,script privlages. The PHP CGI install
prog was supposed to take care of all config stuff,
and set up the php.ini file, however in the php.ini
file there was no entry for "document root" so I put
in inetpup/wwwroot but still the test.php3 page does
not work.
any ideas?
thanx
frank www.jerseyshoreweb.com
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]