Is there any way in PHP, or any other scripting for that matter, to return the URL from which a form is being submitted from? Any kind of a preset $_POST variable perhaps?
Mainly, I just want to see if anyone attempts to submit data from an unwanted URL.
I have front-end and back-end verification, so I'm not worried about that, more so just for my own knowledge.
Return the URL a form was submitted from?
Moderator: General Moderators
$_SERVER['REMOTE_ADDR']
which also warrants the limits mentioned above
which also warrants the limits mentioned above
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.