How do I return the ABSOLUTE path of the file (i.e. c:\users\bin\account\filename.php)?
Thanks
type 'pwd' (without the quotes) at the command line when you are in the directory with the file, then append the file name.
Depending on server, you can return one of the following variables
PATH_TRANSLATED : works on IIS
SCRIPT_FILENAME : works on Apache