I'm trying to figure out how to get a page to automatically redirect to another page after a number of seconds. I'm using a universal template for my files, which is included at the top of all of the php files, and I need to somehow make the included template have a <meta> tag to automatically redirect to another page, which is defined by the file including the template.
If anyone can tell me how this is done, or knows of an easier way to do this, it would help.