[PHP] recognize the URL

2001-09-17 Thread Murat
hi, i have a html form and it is posted a php script. but how can i recognize the url that only posted from my html file? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] recognize the URL

2001-09-17 Thread David Otton
On Mon, 17 Sep 2001 12:08:31 +0300, you wrote: i have a html form and it is posted a php script. but how can i recognize the url that only posted from my html file? Simple answer: $HTTP_REFERER Complicated answer: You can't. Not reliably, anyway.