1
I'm working on a custom form and I'm having a heck of a time figuring out how to send the url of the page the form is on through the form. Ok, maybe that's a little confusing...
Here's the output I'm trying to acheive.
Quote:
I've googled the heck out of every combination of url, php, and form that I can come up with. Anybody know how to send the referring url through a form?
I know I can just use....
<input type="hidden" name="referral site" value="http://oneofmysites.com/">
...but I'm looking for a php function that will send the url. That way, no matter how many sites it's used on, all you have to do is upload it. No eding of the url.