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: <pibru_at_tin.it>
Date: Sun, 02 Apr 2006 14:52:40 +0200
Message-ID: <442fc919$0$18296$4fafbaef@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 - 07:52:40 CDT

Original text of this message

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