php-install | 2003092
Date: 09/18/03
- Next message: BAO RuiXian: "Re: [PHP-INSTALL] Warning messages"
- Previous message: John Williams: "Re: [PHP-INSTALL] maybe someone can help"
- Next in thread: BAO RuiXian: "Re: [PHP-INSTALL] Warning messages"
- Reply: BAO RuiXian: "Re: [PHP-INSTALL] Warning messages"
- Reply: ascll: "[PHP-INSTALL] Re: Warning messages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greetings,
I just installed the PHP Version 4.3.3 on my Windows 2000 Server (SP4)
machine. As the starting point, I have tried to run the index.php
(configured using IIS 4) without error and I get all those info regarding my
php.
index.php
=========
<html>
<head>
<title>Today's Date</title>
</head>
<body>
<?php phpinfo();?>
</body>
</html>
However, when I try to run another .php file, say test.php, I get these
warning messages below: -
test.php
========
<html>
<head>
<title>Today's Date</title>
</head>
<body>
<p>Today's Date (according to this Web server) is
<?php
echo( date('l, F dS Y.') );
?></p>
</body>
</html>
Warning messages
================
Warning: Unknown(E:\Nelson\RaceResult\test.php): failed to open stream:
Permission denied in Unknown on line 0
Warning: (null)(): Failed opening 'E:\Nelson\RaceResult\test.php' for
inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
Please consult. Thanks in advance.
ascll
ascll <email protected>
- Next message: BAO RuiXian: "Re: [PHP-INSTALL] Warning messages"
- Previous message: John Williams: "Re: [PHP-INSTALL] maybe someone can help"
- Next in thread: BAO RuiXian: "Re: [PHP-INSTALL] Warning messages"
- Reply: BAO RuiXian: "Re: [PHP-INSTALL] Warning messages"
- Reply: ascll: "[PHP-INSTALL] Re: Warning messages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

