Title: Message
     -----Original Message-----
From: Yue Zhang [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 14, 2004 3:50 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INSTALL] Problems in installation

I try to install Php 4.3.4 on a win xp machine. I use php434-installer.exe. Web server is IIS 3 or lower.
 
When I run script like:
<html>
<?php
echo "Hello World!\n";
?>
</html>
It opens a blank screen. "View Source" display script itself.
 
When I run script like:
<?php
echo "Hello World!\n";
?>
It opens a file download window and then close itself.
 
I check php.ini and set extension_dir to c:\php. But the problems continue as usual.
So I need your help to figure out what's wrong.
 
Yue Zhang
 
 
 
 
IIS 3??? You're kidding, right? I don't use Windows, but my understanding is that's really old.  Didn't Windows NT 4.0 distribute with IIS4?
 
This is definately a webserver setting as well, you need to get IIS to handle.php files with PHP.  Not sure how you would go about that, but there should be something in the IIS documentation.  If it's as old as it sounds, you'll probably be looking for CGI use, since I doubt IIS 3 supports loadable modules.


Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes

Reply via email to