Hello Tom,

Monday, May 10, 2004, 7:32:16 PM, you wrote:

TC> Does anyone know a quick way to find the full path on a shared hosting plan
TC> to use in an include file?

Take a peek at this (upload to your host first of course!)

<?php
     echo phpinfo();
?>

It'll tell you exactly what you need to know (i.e. which $_SERVER
variable it's hiding under) plus a whole load more you might find
useful.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

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

Reply via email to