I am just playing around with a file upload script, and need to know the location of the file in the overall filesystem on the server e.g /usr/local/apache/htdocs/upload
I had a quick look in one of my PHP books and I could only find a reference to PATH_INFO?
Is this the right function to be using? Any code snippets?