Hi All, I would like to know how to prevent a script from being called via a browser unless it is called specifically from your previous script. In other words, I don't want someone to be able to type in the URL to the script and have it run, if so, it should redirect to an error page. It should only be run if one of my scripts call it. Is there a wat to do this??
Thank you!