[PHP] absolute path

2004-03-08 Thread Mike Mapsnac
I'm looking for PHP function that takes $filename as parameter and returns absolute path. I looked on php.net but cannot find such function. Any ideas if such function exist? Thanks _ Frustrated with dial-up? Lightning-fast

Re: [PHP] absolute path

2004-03-08 Thread Richard Davey
Hello Mike, Monday, March 8, 2004, 1:59:43 PM, you wrote: MM I'm looking for PHP function that takes $filename as parameter and returns MM absolute path. Assuming $filename contains the full directory (path) as it will need to, you can use the following functions for a variety of results:

RE: [PHP] absolute path

2004-03-08 Thread Ford, Mike [LSS]
On 08 March 2004 14:00, Mike Mapsnac wrote: I'm looking for PHP function that takes $filename as parameter and returns absolute path. I looked on php.net but cannot find such function. Any ideas if such function exist? How about http://www.php.net/realpath ? Cheers! Mike