|
Posted by Michael Hulse on 12/16/05 22:05
On Dec 16, 2005, at 11:50 AM, Shaun wrote:
> I have a script on my site for processing values sent from a contact
> form
> and emailing them to the webmaster. The script has been abused by
> spammers
> and my hosting company has recommended that I change the script to only
> accept information posted from my own URL. Could someone tell me how
> this
> can be done please?
Hello,
Maybe try using:
$_SERVER['DOCUMENT_ROOT']
Or, something similar.
http://us2.php.net/reserved.variables
Hth,
Cheers,
Micky
Navigation:
[Reply to this message]
|