| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Apr 2004 Location: South East UK
Posts: 10
![]() | Php Form Url Display Hi all, Could somebody kindly enlighten me of the code that goes into a php file for a form so it displays the URL from which the form was submitted? Thanks in advance Mj |
| |
| | #4 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,074
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Just a note tho martyn187 $_SERVER['HTTP_REFERER'] can be forged and also if someone is running a firewall it could be blocked so will show blank (as well as when it goes via a proxy) so best not to rely on this and use it for information purposes only.
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |