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.

http://www.php.net/manual/en/language.variables.predefined.php

djo


-- 
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 administrators, e-mail: [EMAIL PROTECTED]

Reply via email to