* Thus wrote rogue ([EMAIL PROTECTED]):
> Okay. I reworked the code a bit, but still no go.
>
> Here is what I have:
>
> $redirect = "http://" . $_SERVER['HTTP_HOST'] .
> "/cm/clients/viewclient.php?id={$_REQUEST['id']}&foo=bar";
> error_reporting(E_ALL);
> echo "Location: $redirect";
> header("Location: $redirect");
hmm...
- add a ini_set('display_errors', true);
- check your logs, apache and php
That code is throwing an warning somewhere.
Curt
--
If eval() is the answer, you're almost certainly asking the
wrong question. -- Rasmus Lerdorf, BDFL of PHP
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php