Greetings
I'm writing an error handling page for the common "404 Page Not Found" error using PHP.
I need to retrieve the actual URL that was typed by the user.
When I use $_SERVER['REQUEST_URI'] - it returns the path for the current running PHP script.
Is there a way to intercept the URI entered by the user?
TIA, Watagal
I'm writing an error handling page for the common "404 Page Not Found" error using PHP.
I need to retrieve the actual URL that was typed by the user.
When I use $_SERVER['REQUEST_URI'] - it returns the path for the current running PHP script.
Is there a way to intercept the URI entered by the user?
TIA, Watagal
Comment