So i was wondering what type of method i should use so that no one could make a form on their website that could access my scripts,
right now i use $_REQUEST for everything, and $_GET if its something like
index.php?action=1
so i was wondering what i should use for forms and what i should use for anything else?
Thanks

