Howdy.
I have a very large site, which sometimes (okay a lot of the time) has 404 errors. My idea here is to do something like microsoft 😃 does - error reporting!
All I want to do is have a simple form that a user clicks submit on, and it sends the url that sent them to the 404, and the url that gives the 404.
So I figure a form that has some hidden form variables would do the job, but i am not sure of where to start searching for how php can tract the link the user came to a page from, and the current page, store them as a variable, and then have them submitted. (with a thanks for submitting message, i.e., redirect et al matts formmailer)
Cheers!