Archive for the 'PHP' Category

PHP Redirect - How to send someone to another URL with PHP

Thursday, May 3rd, 2007

When designing a web site, it is occasionally necessary to redirect a user to another URL to the one they have tried to access.
This can normally be accomplished using HTTP redirect, however sometimes they just arent applicable or you would prefer to do it with PHP, for example:

If a page is undergoing some maintenance and […]