Is there a $_SERVER variable I can use to see what was sent through a form? For example, if I have a form, and I want to log what a user submits through that form in a separate file, what could I do?
Example:
User types in their username/password in a form
Script intercepts that data, and records it to a file (all but password, of course  )
Thanks!
|