On Fri 17 Aug 2001, Nick Davies wrote:
> Probably best to read stuff first ;)
> try preg_match
> preg_match("/^(http:\/\/)?([\/]+)/i", $HTTP_REFERER, $hostname);
> the hostname will be in $hostname[2]
> Hope it helps.
Thanks. But is using $HTTP_REFERER the most secure way of doing it? Or can
the $HTTP_REFERER be forged and thus gaining unauthorized access to the
forms?
--
Erich Zigler
A sick mind is not necessarily the sign of a neat desk.
--
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]