Quote:
Originally Posted by woj
it's bad idea, use full path instead:
include('/home/bluh/bluh/footer.php');
|
Why is it bad idea for not using full path? I've always used relative paths. Am I asking for trouble?
And thanks to the first poster, it is "echo $_SERVER['SERVER_NAME'];" I was looking for.