to test this out i have 2 files
test.php and hello.php
test contains
echo "dddddddddddddd";
include 'hello.php';
test.php runs fine.
if i rar hello.php and then extract it and overwrite it..i get this error when i run test.php
"dddddddddddddd
Warning: main(hello.php): failed to open stream: Permission denied in C:\Inetpub\wwwroot\test.php on line 4
Warning: main(): Failed opening 'hello.php' for inclusion (include_path='.;c:\php4\pear') in C:\Inetpub\wwwroot\test.php on line 4"
anyone know why this is?