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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php