Posted by "Christian Ista" on 12/28/05 16:15
Hello,
Could you tell me a efficient solution for change page (new location) in
PHP? I tried this code : header("Location: mypage.php");
But in some case, I have error message "heade already send". Then I use a
javascript solution : window.location.href="mypage.php";
Is there a good solution in php ?
Thanks,
C.
___________________________________
Christian Ista
http://www.cista.be
[Back to original message]
|