Drezard Posted May 23, 2006 Share Posted May 23, 2006 I've seen a working Redirection script that uses something like <a ... </a>It doesnt use headers though. Can anyone help.I need a Redirection script that doesnt use headers. - Thanks, Daniel Quote Link to comment https://forums.phpfreaks.com/topic/10243-redirection-script/ Share on other sites More sharing options...
samshel Posted May 23, 2006 Share Posted May 23, 2006 I think you ca use javascript to reedirect if you dont want to use PHP headers....<script language='javascript'>document.location.href = 'page.php';</script>hth Quote Link to comment https://forums.phpfreaks.com/topic/10243-redirection-script/#findComment-38169 Share on other sites More sharing options...
zirgs Posted May 23, 2006 Share Posted May 23, 2006 you may use :[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]<meta http-equiv="refresh" content="1 url=page.php">[/quote] Quote Link to comment https://forums.phpfreaks.com/topic/10243-redirection-script/#findComment-38288 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.