Hi,
Yesterday, I downloaded the latest version of PHP and installed it on my Win
XP Pro system, running O'Reilly's WebSite Pro 2.5.4. I read the specific
installation manual for WebSite Pro and did everything that was necessary to
run PHP as a CGI script. I also copied php4ts.dll in my system32 folder.
I then created a small web page (index.php) with this content :
<html>
<head>
<title>Test PHP</title>
</head>
<body>
<?php echo "Hello world<p>"; ?>
</body>
</html>
I rebooted my computer to make sure everything would be correctly
initialized, launched IE, typed http://localhost/index.php and nothing
appears. The browser waits for the output that never comes out from website.
What could be wrong ?
Any help, suggestions, ideas, would be appreciated.
Thanks,
SSTD
Yesterday, I downloaded the latest version of PHP and installed it on my Win
XP Pro system, running O'Reilly's WebSite Pro 2.5.4. I read the specific
installation manual for WebSite Pro and did everything that was necessary to
run PHP as a CGI script. I also copied php4ts.dll in my system32 folder.
I then created a small web page (index.php) with this content :
<html>
<head>
<title>Test PHP</title>
</head>
<body>
<?php echo "Hello world<p>"; ?>
</body>
</html>
I rebooted my computer to make sure everything would be correctly
initialized, launched IE, typed http://localhost/index.php and nothing
appears. The browser waits for the output that never comes out from website.
What could be wrong ?
Any help, suggestions, ideas, would be appreciated.
Thanks,
SSTD
Comment