So I'm making a contact us form for a site using PHP and was wondering if anyone had any input on what kind of info I can gather through the form.
I'm not thinking of anything extravagant like tracking sessions etc, but so far have just managed to come up with grabbing the user's IP, user agent and the referer.
Can anyone think of some more things I could collect 'behind the scenes'?
Thank you.
Getting intel through forms
Started by
Swerve
, Jul 15 2011 11:32 AM
1 reply to this topic
#1
Posted 15 July 2011 - 11:32 AM
#2
Posted 19 July 2011 - 03:51 AM
The php manual lists all the predefined $SERVER[] variables. A lot are dependent on the web-server running, but from my experience, both apache and IIS support all of them.
http://www.php.net/m...bles.server.php
http://www.php.net/m...bles.server.php
BinRev is hosted by the great people at Lunarpages!











