Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: redirect a php page

Re: redirect a php page

From: Stephen V <stephane.vollet_at_bluewin.ch>
Date: Sun, 2 Apr 2006 18:02:34 +0200
Message-ID: <442ff59d_1@news.bluewin.ch>


I am afraid it doesn't work.

I do this:

 If (oci_execute($stmt)){

  oci_free_statement($stmt);

  header("location:http://127.0.0.1/add_task.php?request_name=$req_name");   };
 //

but it doesn't redirect me to add_task.php I mean by redirection, opening the add_task.php page in my browser.

What else could I try to make it work?

 }
"pibru_at_tin.it" <pibru_nospam_at_tin.it> a écrit dans le message de news: 442fc919$0$18296$4fafbaef_at_reader1.news.tin.it...

> Stephen V wrote:
> [....]

>> //it's here I would do this:
>>
>> If (oci_execute($stmt)){
>>
>> oci_free_statement($stmt);
>> print "add_task.php?request_name=$req_name";
>> //header("http://127.0.0.1/add_task.php?request_name=$req_name");
>> };
>>

> header ("location: http://...");
> [...] Received on Sun Apr 02 2006 - 11:02:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US