ascll wrote:
> 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


[snip]


> However, when I try to run another .php file, say test.php, I get these
> warning messages below: -

I just tested the test.php, it works in my machine. Although my
environment is Apache/2.0.45 (Win32) PHP/4.3.2-RC1. Are you calls
test.php in the same way you calls index.php? Are these two files in the
same directory? What is the URL you calls them?

Best

Bao

> 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
> [EMAIL PROTECTED]
> 

Reply via email to