Creating a text file within code

D

D_Walters

I'm trying to either capture the URL for the web page or pull it from the
code and save it as a text file to be read by another program.
 
M

Mike Mueller

D_Walters said:
I'm trying to either capture the URL for the web page or pull it from the
code and save it as a text file to be read by another program.

PATH_INFO is the name of the server variable that has your information. Need
more information (how deployed, server type, supported scripts) to give
exact coding.

The server logs for the site would already have all of this information in a
text file
 
Top