[PHP] Re: header('Location:') works locally but not remotely

2007-04-16 Thread Ross
ok I have a page that calls my my functions, basically a 6 step signup. All the steps look like this function step_one() { $_SESSION['property_id'] =$_POST['property_id']; $property_id = $_POST['property_id']; $postcode= $_POST['postcode']; $query = INSERT INTO properties (property_id,

RE: [PHP] Re: header('Location:') works locally but not remotely

2007-04-16 Thread Tim
-Message d'origine- De : Ross [mailto:[EMAIL PROTECTED] Envoyé : lundi 16 avril 2007 19:45 À : php-general@lists.php.net Objet : [PHP] Re: header('Location:') works locally but not remotely ok I have a page that calls my my functions, basically a 6 step signup. All the steps

RE: [PHP] Re: header('Location:') works locally but not remotely

2007-04-16 Thread Tim
-Message d'origine- De : Tim [mailto:[EMAIL PROTECTED] Envoyé : lundi 16 avril 2007 19:54 À : 'Ross'; php-general@lists.php.net Objet : RE: [PHP] Re: header('Location:') works locally but not remotely -Message d'origine- De : Ross [mailto:[EMAIL PROTECTED

Re: [PHP] Re: header('Location:') works locally but not remotely

2007-04-16 Thread Philip Thompson
On Apr 16, 2007, at 12:44 PM, Ross wrote: ok I have a page that calls my my functions, basically a 6 step signup. All the steps look like this function step_one() { $_SESSION['property_id'] =$_POST['property_id']; $property_id = $_POST['property_id']; $postcode= $_POST['postcode']; Escape