Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: redirect a php page
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: > [....]