i'm guessing off of the top of my head that this is something of how it is done...
page sends a user to another page. an error occurs! lets tell the user some info about that-- specifically, let's tell the user what was the name of that page which sent them to that URL, ultimately resulting in that error.
i've tried just a simple echo phpinfo();, but i don't think what i'm looking for is in there-- unless i just can't see it -- because i'm calling the page directly, and not via any previous, POSTing page.
my first thought was _SERVER["REQUEST_URI"] , but that doesn't seem to do it
anyone out there know what i'm looking for? if Apache didn't use "funny" code, i'd probably be good enough to just steal it out of a 404, but-- i don't think that will work... would it?
thanks!!


Reply With Quote

Bookmarks