Hi:
I am a new beginner to web design, I have been stick for this whole day. Anybody can help me?
1. I run in Win2k professional, I installed IIS today.
2. I downloaded the PHP 4.3.2 installer from this website
http://www.php.net/downloads.php
according to what it says, I think I don’t need to configure the IIS.
3. I wrote my first program example1.php and put it in the C:\Inetpub\wwwroot
<HTML>
<BODY>
The data at the moment is
<?php echo gmdate("M d Y");
?>
</BODY>
</HTML>.
when I run this file
Why there only shows
“The data at the moment is”
It seems that the php code here can not run
Thanks!
help!!! iis, php installment
Moderator: General Moderators
-
lancet2003
- Forum Newbie
- Posts: 20
- Joined: Sat Aug 09, 2003 11:29 pm
You have to configure IIS. Go here for setup instructions:
http://www.php.net/manual/en/install.ii ... l.iis.iis4
http://www.php.net/manual/en/install.ii ... l.iis.iis4
-
lancet2003
- Forum Newbie
- Posts: 20
- Joined: Sat Aug 09, 2003 11:29 pm
iss configuration
I agree with you that the problem comes from iis.
when I want to start defaut website, a message box will show up
and tell me
Address already in use
what is the problem?
during the configuration, I do not know how to follow this instruction
"In the Extension box, type the file name extension you want associated with PHP scripts."
when I want to start defaut website, a message box will show up
and tell me
Address already in use
what is the problem?
during the configuration, I do not know how to follow this instruction
"In the Extension box, type the file name extension you want associated with PHP scripts."
-
lancet2003
- Forum Newbie
- Posts: 20
- Joined: Sat Aug 09, 2003 11:29 pm
I got it
I transfer to another computer in my lab, then everything is OK
The same thing happened when I used OLAP last semester. I dont know why.
Thanks so much for you help.
The same thing happened when I used OLAP last semester. I dont know why.
Thanks so much for you help.
are you sure you went to:
http://localhost/example1.php ?
http://localhost/example1.php ?