sorry man, but no blancs etc. means NOTHING should be send before the header

it should look like this:
<?php 

header("Location: advertise2.php"); 

?>

here u can do ur html



not one! single char incl. space should be outputted before the header e.g. 
before the php open tag.



ralph_def...@yahoo.de



  ""Ernie Kemp"" <ernie.k...@sympatico.ca> wrote in message 
news:blu0-smtp35a2b5ec02eb211ecaa8b1f9...@phx.gbl...
   
  <html> 

  <head> 

  <title>Contact Us</title> 

  </head> 

  <body> 

  <?php header("Location: advertise2.php"); ?>

  </body> 

  </html>

  The above is just snippet of the code but even this simple example throws the 
Header Warning / Error.

   

  Warning: Cannot modify header information - headers already sent by (output 
started at /home/content/g/t/a /html/yourestate/advertise.php:6) 
in/home/content/g/t/a /html/yourestate/advertise.php on line 6

   

  The anwser may be simple but I have looked a blanks or spaces around the 
<?php ?> with no success.

  Ready need your help.

   

  Thanks,

  Ernie Kemp   

  Phone: 416 577 5565

  Email:   ek...@digitalbiz4u.com

   

  ...man will occasionally stumble over the truth, but usually manages to pick 
himself up, walk over or around it, and carry on.
                                                                                
                                      Winston S. Churchill 

   

   

   

   

Reply via email to