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 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 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] Link to comment https://forums.phpfreaks.com/topic/10243-redirection-script/#findComment-38288 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.