PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to do a 404 error page where if someone types in a bad url it will keep that url in the address bar instead of it saying the 404 error page's url. Does someone know how to do this? For example Google does this. Try typing in a weird url for Google like google.com/fdjdf or something and you will see what I mean.
You can use it to send all requests to one page, then that page will see where to go based on what the request was, without changing the URL for the client.