Re: [PHP] Re: Problem redirecting

2001-10-28 Thread Nikola Karović
You have to put Header( "Location:http://www.mydomain.com/mypage.html"); on top of your php code - Original Message - From: Justin Garrett <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 28. listopad 2001 07:00 Subject: [PHP] Re: Problem redirecting > From

[PHP] Re: Problem redirecting

2001-10-27 Thread Justin Garrett
>From the manual: Remember that the header() function must be called before any actual output is sent, either by normal HTML tags blank lines in a file, or from PHP. This is the cause of your error. Something is sending output before your call to header(); -- Justin Garrett "Don" <[EMAIL PROT