Howdy folks...new registrant here. I've used PHP casually for a couple years, but not extensively. I'm working on a simple feedback page for a site that sends mail through a form. PHP will be used to send the mail based on data posted to it from the previous page.
The question is can I tell where the _POST data came from somehow? What's to prevent someone from figuring out variable names and POSTing from a page they wrote themselves? I'm hoping there's a way to stop processing if it's not posted from the place I specify.
Thanks in advance,
Andy