Fw: [PHP] question about Location

2002-09-06 Thread Meltem Demirkus

ok thans , I am trying

meltem


> Meltem Demirkus wrote:
>
> >I tried , but it is giving this error:
> >
> >Warning: Cannot add header information - headers already sent by (output
> >started at C:\FoxServ\www\debugger\project_module\project_update_.php:2)
in
> >C:\FoxServ\www\debugger\project_module\project_update_.php on line 37
> >
> >the line 2  is   
> >
> >and  start_html.php includes:
> >
> >
> >
> >
> >
> > 
> >
> >
> >
> >
> >
> >and line 37 is the header I wrote  >?>
> >
> >
> >- Original Message -
> >From: "Marek Kilimajer" <[EMAIL PROTECTED]>
> >To: "PHP" <[EMAIL PROTECTED]>
> >Sent: Friday, September 06, 2002 12:55 PM
> >Subject: Re: [PHP] question about Location
> >
> >
> >
> >
> >> doesn't mean output unless you use echo or print or whatever to
> >>output from there anything.
> >>Just use header("Location: yournewpage.php"); at the end.
> >>
> >>Meltem Demirkus wrote:
> >>
> >>
> >>
> I mean  I made a page with php and other stuff..And there is form
.When
> 
> 
> >I
> >
> >
> click on okbutton  php is dpoing what it should . But after want the
> 
> 
> >page
> >
> >
> 
> 
> >>>to
> >>>
> >>>
> >>>
> >>>
> come to another link.I asked that before and they told me that ..
there
> 
> 
> 
> 
> >>>must
> >>>
> >>>
> >>>
> >>>
> be no uotput but I am using  which means  output..
> 
> so I dont know what to do..
> meltem
> 
> 
> - Original Message -
> From: "Brad Bonkoski" <[EMAIL PROTECTED]>
> To: "Meltem Demirkus" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, September 06, 2002 12:36 PM
> Subject: Re: [PHP] question about Location
> 
> 
> 
> 
> 
> 
> >Not quite sure what you are getting at here?  A hyper link would
direct
> >the user to another page :-)
> >If you mean after a timeout/auto-magically perhaps you can try meta
> >
> >
> >
> >
> refresh:
> 
> 
> 
> 
> >http://www.htmlhelp.com/reference/html40/head/meta.html
> >
> >HTH
> >-Brad
> >
> >Meltem Demirkus wrote:
> >
> >
> >
> >
> >>Is there anyway  to direct my page to another after the php and
output
> >>process work on the page?
> >>
> >>thanks
> >>meltem demirkus
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
> >>>
> >>>
> >>>
> >>>
> >>--
> >>PHP General Mailing List (http://www.php.net/)
> >>To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >>
> >>
> >>
> >
> >
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: Fw: [PHP] question about Location

2002-09-06 Thread adrian murphy

make sure there is no whitespace before first 
To: "PHP" <[EMAIL PROTECTED]>
Sent: Friday, September 06, 2002 11:34 AM
Subject: Re: Fw: [PHP] question about Location


> Put your code that takes care of the post before the line 2, output the
> header and exit. Like this
>  if($_POST['submit']) {
> do what needs to be done
> header("Location: nextpage.php");
> exit;
> }
>
> include "start_html.php"
>
>
> Meltem Demirkus wrote:
>
> >I tried , but it is giving this error:
> >
> >Warning: Cannot add header information - headers already sent by (output
> >started at C:\FoxServ\www\debugger\project_module\project_update_.php:2)
in
> >C:\FoxServ\www\debugger\project_module\project_update_.php on line 37
> >
> >the line 2  is   
> >
> >and  start_html.php includes:
> >
> >
> >
> >
> >
> > 
> >
> >
> >
> >
> >
> >and line 37 is the header I wrote  >?>
> >
> >
> >- Original Message -
> >From: "Marek Kilimajer" <[EMAIL PROTECTED]>
> >To: "PHP" <[EMAIL PROTECTED]>
> >Sent: Friday, September 06, 2002 12:55 PM
> >Subject: Re: [PHP] question about Location
> >
> >
> >
> >
> >> doesn't mean output unless you use echo or print or whatever to
> >>output from there anything.
> >>Just use header("Location: yournewpage.php"); at the end.
> >>
> >>Meltem Demirkus wrote:
> >>
> >>
> >>
> >>>>I mean  I made a page with php and other stuff..And there is form
.When
> >>>>
> >>>>
> >I
> >
> >
> >>>>click on okbutton  php is dpoing what it should . But after want the
> >>>>
> >>>>
> >page
> >
> >
> >>>>
> >>>>
> >>>to
> >>>
> >>>
> >>>
> >>>
> >>>>come to another link.I asked that before and they told me that ..
there
> >>>>
> >>>>
> >>>>
> >>>>
> >>>must
> >>>
> >>>
> >>>
> >>>
> >>>>be no uotput but I am using  which means  output..
> >>>>
> >>>>so I dont know what to do..
> >>>>meltem
> >>>>
> >>>>
> >>>>- Original Message -
> >>>>From: "Brad Bonkoski" <[EMAIL PROTECTED]>
> >>>>To: "Meltem Demirkus" <[EMAIL PROTECTED]>
> >>>>Cc: <[EMAIL PROTECTED]>
> >>>>Sent: Friday, September 06, 2002 12:36 PM
> >>>>Subject: Re: [PHP] question about Location
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>Not quite sure what you are getting at here?  A hyper link would
direct
> >>>>>the user to another page :-)
> >>>>>If you mean after a timeout/auto-magically perhaps you can try meta
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>refresh:
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>http://www.htmlhelp.com/reference/html40/head/meta.html
> >>>>>
> >>>>>HTH
> >>>>>-Brad
> >>>>>
> >>>>>Meltem Demirkus wrote:
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>>Is there anyway  to direct my page to another after the php and
output
> >>>>>>process work on the page?
> >>>>>>
> >>>>>>thanks
> >>>>>>meltem demirkus
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>
> >>>
> >>>
> >>>
> >>--
> >>PHP General Mailing List (http://www.php.net/)
> >>To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >>
> >>
> >>
> >
> >
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: Fw: [PHP] question about Location

2002-09-06 Thread Marek Kilimajer

Put your code that takes care of the post before the line 2, output the 
header and exit. Like this
I tried , but it is giving this error:
>
>Warning: Cannot add header information - headers already sent by (output
>started at C:\FoxServ\www\debugger\project_module\project_update_.php:2) in
>C:\FoxServ\www\debugger\project_module\project_update_.php on line 37
>
>the line 2  is   
>
>and  start_html.php includes:
>
>
>
>
>
> 
>
>
>
>
>
>and line 37 is the header I wrote ?>
>
>
>- Original Message -
>From: "Marek Kilimajer" <[EMAIL PROTECTED]>
>To: "PHP" <[EMAIL PROTECTED]>
>Sent: Friday, September 06, 2002 12:55 PM
>Subject: Re: [PHP] question about Location
>
>
>  
>
>> doesn't mean output unless you use echo or print or whatever to
>>output from there anything.
>>Just use header("Location: yournewpage.php"); at the end.
>>
>>Meltem Demirkus wrote:
>>
>>
>>
I mean  I made a page with php and other stuff..And there is form .When


>I
>  
>
click on okbutton  php is dpoing what it should . But after want the


>page
>  
>


>>>to
>>>
>>>
>>>  
>>>
come to another link.I asked that before and they told me that .. there




>>>must
>>>
>>>
>>>  
>>>
be no uotput but I am using  which means  output..

so I dont know what to do..
meltem


- Original Message -
From: "Brad Bonkoski" <[EMAIL PROTECTED]>
To: "Meltem Demirkus" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, September 06, 2002 12:36 PM
Subject: Re: [PHP] question about Location






>Not quite sure what you are getting at here?  A hyper link would direct
>the user to another page :-)
>If you mean after a timeout/auto-magically perhaps you can try meta
>
>
>  
>
refresh:




>http://www.htmlhelp.com/reference/html40/head/meta.html
>
>HTH
>-Brad
>
>Meltem Demirkus wrote:
>
>
>  
>
>>Is there anyway  to direct my page to another after the php and output
>>process work on the page?
>>
>>thanks
>>meltem demirkus
>>
>>
>>
>>
>>
>>
>>
>
>  
>
>>>
>>>
>>>  
>>>
>>--
>>PHP General Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
>>
>
>
>  
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Fw: [PHP] question about Location

2002-09-06 Thread Meltem Demirkus

I tried , but it is giving this error:

Warning: Cannot add header information - headers already sent by (output
started at C:\FoxServ\www\debugger\project_module\project_update_.php:2) in
C:\FoxServ\www\debugger\project_module\project_update_.php on line 37

the line 2  is   

and  start_html.php includes:





 





and line 37 is the header I wrote 


- Original Message -
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "PHP" <[EMAIL PROTECTED]>
Sent: Friday, September 06, 2002 12:55 PM
Subject: Re: [PHP] question about Location


>  doesn't mean output unless you use echo or print or whatever to
> output from there anything.
> Just use header("Location: yournewpage.php"); at the end.
>
> Meltem Demirkus wrote:
>
> >>I mean  I made a page with php and other stuff..And there is form .When
I
> >>click on okbutton  php is dpoing what it should . But after want the
page
> >>
> >>
> >to
> >
> >
> >>come to another link.I asked that before and they told me that .. there
> >>
> >>
> >must
> >
> >
> >>be no uotput but I am using  which means  output..
> >>
> >>so I dont know what to do..
> >>meltem
> >>
> >>
> >>- Original Message -
> >>From: "Brad Bonkoski" <[EMAIL PROTECTED]>
> >>To: "Meltem Demirkus" <[EMAIL PROTECTED]>
> >>Cc: <[EMAIL PROTECTED]>
> >>Sent: Friday, September 06, 2002 12:36 PM
> >>Subject: Re: [PHP] question about Location
> >>
> >>
> >>
> >>
> >>>Not quite sure what you are getting at here?  A hyper link would direct
> >>>the user to another page :-)
> >>>If you mean after a timeout/auto-magically perhaps you can try meta
> >>>
> >>>
> >>refresh:
> >>
> >>
> >>>http://www.htmlhelp.com/reference/html40/head/meta.html
> >>>
> >>>HTH
> >>>-Brad
> >>>
> >>>Meltem Demirkus wrote:
> >>>
> >>>
> Is there anyway  to direct my page to another after the php and output
> process work on the page?
> 
> thanks
> meltem demirkus
> 
> 
> 
> 
> 
> >>>
> >>>
> >>>
> >
> >
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php