Search found 2 matches

by jack_wayne
Fri May 24, 2002 3:54 am
Forum: PHP - Code
Topic: Restrict form submission to files from my site only
Replies: 3
Views: 2049

Unfortunately the $_SERVER{REQUEST_URI} only offers the relative path, There seems to be nothing within the server generated environment variables to specify the complete URL.
by jack_wayne
Fri May 24, 2002 3:18 am
Forum: PHP - Code
Topic: Restrict form submission to files from my site only
Replies: 3
Views: 2049

Restrict form submission to files from my site only

I am looking to "SECURELY" restrict form submissions to my site. ie I don't want someone to have the file on their machine and submit the form to my site.

Thanks