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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top