In PHP how do I make it so a script cannot be called from somewhere else
other than from my server.

Example

http://domain.com/mail.php   is my mail script that is called by
http://domain.com/signup.html

How do I make it so

http://somebodyelsesdomain.com/signup.html cannot call the mail.php script.


thanks

Randy


-- 
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