Jump to content

php redirect


desithugg

Recommended Posts

okay im using php to redirect pages
[code]
<?php
header("Location: index.php?action=1");
?>
[/code]
but that doesnt work ive tried almost everything i've tried puttng the full url removing the get variable..but it still doesnt work.it's very odd because the redirect function works in some script while it doesnt work in oter it works perfect in my login script.and also here it works.
[code]<?php $location = "http://tpfrpg.byethost32.com/pic/$user1.png"; ?>
<?php
header("Location: {$location}");
?>
[/code]

i tried doing the same thing but it still doesnt work its quite odd.im not sure what to do.I really need a fast method to redirect and this is the fastest i know.Js/Meta tags slow the process down too much and the users will get frustrated
Link to comment
https://forums.phpfreaks.com/topic/15167-php-redirect/
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.