Hi! Can anybody help me out here. I need to capture a url, how do I do that?
For instance.
http://test.com/article1.html which has a form that submits to a php script. How do I capture the entire URL "http://test.com/article1.html" ?? from my php script?
Thanks for all the help!
Use
print $HTTP_REFERER in your code