[PHP] Current URL, Last URL, error handeling

2002-04-04 Thread Ben Edwards
Is there a way I can get the whole URL of the current page for error handling/reporting. Also is there a way of getting the previous/referrer URL for a similar purpose. Lastly if anyone could point me in the direction on error handling strategy/techniques in general this would be good.

Re: [PHP] Current URL, Last URL, error handeling

2002-04-04 Thread Jason Wong
On Thursday 04 April 2002 21:56, Ben Edwards wrote: Is there a way I can get the whole URL of the current page for error handling/reporting. Also is there a way of getting the previous/referrer URL for a similar purpose. Have a look at the values inside $HTTP_SERVER_VARS: