I have a possible problem with a form which is being filled out on one of my sites. My logs indicate that it is being fetched repeatedly by some people who are visiting it. I sounds like the validation is throwing them back to the form but it is pretty explicit and I need to check what is actually happening.
I need to be able to access the same kind of information that is used in the apache logs (ip address etc.) and dump this with information from the program into a file.
Can anyone direct me to code that allows me to get the ip address, browser type etc.?