On Thursday 31 January 2002 02:47, Ben Turner wrote:
> I am trying to put together a very simple redirect from php.  all it is
> supposed to do is pull down the $p var and ship the user off to the
> destination.
>
> Ready for some code?
>
> <?
>  #Header("Location: index.html");
> ?>
>
> When I try this on a Linux server using PHP... everything works fine.  The
> minute I put it on IIS5 (the clients server) I receive "The specified CGI
> application misbehaved by not returning a complete set of HTTP headers. "
>
> I am guessing this is a bu with PHP and IIS but does anyone know how to
> circumvent it?

You have a # before Header, is that a typo or is it actually in your code?

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Some people around here wouldn't recognize subtlety if it hit them on the 
head.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to