> $var apache_lookup_uri("file");

What is your exact line?  It obviously isn't that.

Something like:

  $var = apache_lookup_uri("/path/file.html");

should work just fine.  You need to pass this function a URI.  A URI being
the part of a URL after the hostname but including the leading /

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to