Forum Moderators: coopster
<? include($_SERVER['DOCUMENT_ROOT']."includes/header.php");
?>
Content
<? include($_SERVER['DOCUMENT_ROOT']."includes/footer.php");
?>
I have only found two ways of letting the site get written to. Make the directory the file is residing as 777, which leaves it open for anything, or setting the owner as nobody. Setting the owner of the filespace as nobody is good to a point and is more secure than setting the mode to 777, but surely I am overlooking something.
TIA,
Phil