Hi!
Is there any constant in php like $DOCUMENT_ROOT which holds path to the
"Document root" of the server?
I want to do something like this:
$path=$DOCUMENT_ROOT."/files/one.php";
echo "<a href=\"$path\">";
Thanks in advance,
Mukta

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to