Re: Validation and session variables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux