What type of server are you running the program on? And is it properly
configured.
----- Original Message -----
From: "Jukka Pakkanen" <[EMAIL PROTECTED]>
To: "Mike Flynn" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, December 28, 2001 8:44 AM
Subject: Re: [PHP-WIN] header() problem


Thanks Mike, but still no luck. Nothing happens. No errors, no redirects, no
nothing :(

----- Original Message -----
From: "Mike Flynn" <[EMAIL PROTECTED]>
To: "Jukka Pakkanen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, December 28, 2001 5:03 PM
Subject: Re: [PHP-WIN] header() problem


> At 02:46 PM 12/28/2001 +0200, you wrote:
> >Running NT4sp6a and PHP4.1.0.
> >
> >I try to redirect the browser to a new location [<? header("Location:
> >http://www.qnet.fi";); ?>], but nothing happens in the browser. There are
no
> >extra spaces, CR's, LF's or anything, and output_buffers are on in the
> >php.ini.
> >
> >Any ideas??
> >
> >I run in to this problem when trying to run some software which is known
to
> >work, and now I tested it with a simple test.php (above). Don't work.
>
> Try:
> <?php
>
>    header("Location: http://www.qnet.fi/\r\n\n";);
>    exit();
>
> ?>
>
>
>


--
PHP Windows 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]


-- 
PHP Windows 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