can somebody tell me what this script does

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
loverofphp
Forum Newbie
Posts: 1
Joined: Tue Mar 16, 2004 10:50 am

can somebody tell me what this script does

Post by loverofphp »

<meta http-equiv="refresh" content="0;URL=http://www.tekwar.net/page.php?id=855">

somebody told me to put this script into my website can somebody tell me what it does?
User avatar
johnperkins21
Forum Contributor
Posts: 140
Joined: Mon Oct 27, 2003 4:57 pm

Post by johnperkins21 »

It refreshes the page to url=http://www.tekwar.net/page.php?id=855 after 0 seconds.

If you put it on page http://www.tekwar.net/page.php, it just refreshes, otherwise it's re-directing.
Last edited by johnperkins21 on Tue Mar 16, 2004 10:52 am, edited 1 time in total.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

It forwards them to the URL specified in that meta-tag.

You may want to ask that guy why he tells you crap.
Post Reply