Re: [PHP] Cannot modify header information error........usage of header method.

2005-07-21 Thread Richard Lynch
On Wed, July 20, 2005 10:15 am, babu said: > I am using header method to redirect to a certain page.my first question > is > 1."Is there any other alternative to this method." > 2.I am getting the error by using this method. the error is "Cannot modify > header information - headers already sent by

Re: [PHP] Cannot modify header information error........usage of header method.

2005-07-20 Thread babu
Thanks for the help mike and parker, I have used ob_start and ob_end_flush methods, and its working fine. i got good idea of redirecting now. Mikey <[EMAIL PROTECTED]> wrote: babu wrote: >Hi parker, >can you please tell me how to use java script or html redirect, i mean a >sample. > >thank

RE: [PHP] Cannot modify header information error........usage of header method.

2005-07-20 Thread Chris W. Parker
babu on Wednesday, July 20, 2005 10:33 AM said: > Hi parker, > can you please tell me how to use java script or html redirect, i > mean a sample. I must be in a good mood today. :) html redirect (more accurately called meta refresh): http://www.pageresource.com/h

Re: [PHP] Cannot modify header information error........usage of header method.

2005-07-20 Thread Mikey
babu wrote: Hi parker, can you please tell me how to use java script or html redirect, i mean a sample. thanks "Chris W. Parker" <[EMAIL PROTECTED]> wrote: babu on Wednesday, July 20, 2005 10:15 AM said: 1."Is there any other alternative to this method." Javascript or an html re

RE: [PHP] Cannot modify header information error........usage of header method.

2005-07-20 Thread babu
Hi parker, can you please tell me how to use java script or html redirect, i mean a sample. thanks "Chris W. Parker" <[EMAIL PROTECTED]> wrote: babu on Wednesday, July 20, 2005 10:15 AM said: > 1."Is there any other alternative to this method." Javascript or an html redirect. > 2.I am getti

RE: [PHP] Cannot modify header information error........usage of header method.

2005-07-20 Thread Chris W. Parker
babu on Wednesday, July 20, 2005 10:15 AM said: > 1."Is there any other alternative to this method." Javascript or an html redirect. > 2.I am getting the error by using this method. the error is "Cannot > modify header information - headers already sent by". i have