page redirection

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!

Moderator: General Moderators

Post Reply
php77
Forum Newbie
Posts: 11
Joined: Wed Mar 28, 2007 1:12 pm

page redirection

Post by php77 »

hi
through what technique do they make the sever, that after 30 sec. a redirection happens? I opened an address of "www.thewebmasters.net" and there on the site was written that after 30 sec. your page will be redirected to another address. Is it simply getting date and time and using a session variable, or something more genious? :)
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

Google "meta refresh"
(#10850)
Post Reply