Hey Guys,
I have an include(); which I am using and I need to echo the root /root directory of my website and no other subfolders so basically what I want to do is the following.
<?php include($_SERVER[DOCUMENT_ROOT].'inc/header.php'); ?>
Documet root - represents my root directory only and no sub directories (i know that's no correct but just imagine that's what it means).
Any ideas on how to do this??
Cheers,
George