First, thanks for Sammy and Nando's help, however,is there any method to redirect from a php3 to another php3.
ie.
there are 2 php3,one is a,another is b.
In a.php3,it will get input from user and insert in database,after this process,it will redirect to b.php3 do another function.
In perl,i know that we can use
"print Location:your url;"
is there also same function in PHP3.
Thanks!