php forwarding
Posted: Mon Apr 03, 2006 9:55 am
Hello,
I'm updating an existing application which contains a lot of scripts to do forwording to other pages,
like this for example
}else{
echo "<script>window.location=\"login.php\"</script>";
Do we have a clean php solution for this matter, cause this is not a very beatifull solution.. or is this the way to do it ?
I'm updating an existing application which contains a lot of scripts to do forwording to other pages,
like this for example
}else{
echo "<script>window.location=\"login.php\"</script>";
Do we have a clean php solution for this matter, cause this is not a very beatifull solution.. or is this the way to do it ?