Hi Guys!
I seem to be getting a problem when i run the script:
if(file_exists("content/index.htm")){
$IndexOpen = fopen("content/index.htm","R")
or die(include'includes/error.htm');
$IndexContents = fgetss($IndexOpen,4096)
or die(include'includes/error.htm');
print $IndexContents;
}
When i execute the script it gives me the error message:
[function.fopen]: failed to open stream: No error