--- Chris Shiflett <shiflett@xxxxxxx> wrote: > So, the first thing to try is using a proper > Location header: > > header('Location: http://example.org/success.php'); > > Hope that helps. > > Chris > Thank Chris , but met with same behaviour. 2 Questions: 1- Should I drop the $url line ? I tried both ways , no change though. 2- Do I still need to call the SID ? <?php if ($_SERVER["REQUEST_METHOD"] == "POST") { $url = "nextpage.php"; Header ('Location: http://www.mysite.com/nextpage.php); } ?> Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php