/////// Redirect to any page
function redirectToPage($page)
{
if($page!="")
{
echo "<script>window.location='".$page."';</script>";
}
}
//////////////////////// example//////////////////
redirectToPage('home.php');
function redirectToPage($page)
{
if($page!="")
{
echo "<script>window.location='".$page."';</script>";
}
}
//////////////////////// example//////////////////
redirectToPage('home.php');
No comments:
Post a Comment