FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » PHP discussions » how do I create a redirect in a php file
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: how do I create a redirect in a php file [message #6630 is a reply to message #6629] Sat, 19 October 2002 01:26 Go to previous messageGo to previous message
valiant is currently offline  valiant   Switzerland
Messages: 80
Registered: September 2002
Location: Zurich
Karma:
Member
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<titleyour title</title>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta HTTP-EQUIV=Refresh Content="8; URL=http://<?php echo 
                  $_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF']?>">
</head>
<body>
</body>
</html>



i guess you want somehting different: http://www.php.net/manual/en/function.header.php

[Updated on: Sat, 19 October 2002 01:27]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Parse error in line 206
Next Topic: Pop window loads link # and store it in variable
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Oct 05 05:20:36 GMT 2024

Total time taken to generate the page: 0.04160 seconds