inessential by Brent Simmons

Redirection using PHP

PHP Beginner: “Have you ever seen a webpage that, instead of loading you the information you expect, takes you ‘magically’ elsewhere? I’m sure you have. Well, that ‘magic’ is actually called redirection. Similar to those implemented in HTML but server-side, and in our case using (what else?) PHP. This article will briefly teach you its implementation.”