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.
[email protected]
""Ernie Kemp"" <[email protected]> wrote in message
news:[email protected]...
<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: [email protected]
...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