well i dont think that there is any problem with the header.html or footer.html
i did one trick to check that out. i removd all the header and footer entries.. so that now the code stands as
Code:
<?php
$file = $_SERVER["PATH_TRANSLATED"];
$readfile($file);
?>
here is the error log that i am getting
Code:
[27-Oct-2006 01:57:47] PHP Fatal error: Function name must be a string in /home/gaurav/public_html/header/header.php on line 4
[27-Oct-2006 01:58:07] PHP Fatal error: Function name must be a string in /home/gaurav/public_html/header/header.php on line 4
can u please tell me if i have to change somthing with PATH_TRANSLATED or anything according to my server or location?
i think it is some problem with string functions or something as the error log says?