Quote:
Originally Posted by SmokeyTheBear
yes it would but you could do this i think
<?php
$footer = "footer.html";
$file = $_SERVER["PATH_TRANSLATED"];
$rep = file_get_contents($file);
$rep = str_replace("</html","",$rep);
echo $rep;
readfile($footer);
?>
|
Whuddabout the snow man!
Whuddabout the snow!
BTW - how do you get so much time to hack around with shit? I need free time for that.
