dibaliklayar

Thursday, October 26, 2006

Redirect in PHP

If you want to redirect the page using php here is the code.

if(true){
header("location:your_url_here");
exit();//just to make sure that the script stop here
}

have fun :)

0 Comments:

Post a Comment

<< Home