Jump to content

redirecting webpages


turkman

Recommended Posts

i built a website on wamp and was using header(Location:index.php); for example to redirect but when i uploaded it to a website this didnt work as info had already been written... so i changed and used

 

echo "<script>location.href='../index.php'</script>.";

 

this worked on the website... but doesnt work on wamp and creates a parse error... as ill be building the site and fixing it locally... ideally id want something that works on both, but this clearly doesnt and i dont understand why ??

Link to comment
https://forums.phpfreaks.com/topic/206498-redirecting-webpages/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.