get variables from a submitted form

A

Anonymous

Guest
Well, obviously they'll get all the information you've filled in, plus any other server variables they like depending on the script (like browser version, operating system, etc).
 
Not if you're submitting a form on someone elses site, no! Because the script that's called in the 'action' parameter will generate the variables and process the script, and unless you get access to it you won't know what's happening with it!
 
Back
Top