* Thus wrote David T-G ([EMAIL PROTECTED]): > Gabe -- > > ...and then Gabe said... > % > % Does anyone know of a simple/efficient way to determine the path to a > % script on the URL? > > Gee, it sounds like you want the dirname() of the SCRIPT_URL. You're on > the right track :-)
Or dirname() of $_SERVER['REQUEST_URI'] in case SCRIPT_URL isn't available. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php