Posted by Schraalhans Keukenmeester on 06/08/07 12:25
At Thu, 07 Jun 2007 18:04:04 +0000, vinnie let h(is|er) monkeys type:
>
> <?php
> if ($_POST[name])
> {
> header ("Location: http://www.XXXXYYYY.com/home.html");
> exit;
> }
> ?>
>
>
> What's wrong?
Is any output sent before the header? (spaces or emptylines oustside <?PHP
?> tags included)
--
Schraalhans Keukenmeester - schraalhans@the.Spamtrapexample.nl
[Remove the lowercase part of Spamtrap to send me a message]
"strcmp('apples','oranges') < 0"
[Back to original message]
|