Hello All,
Does anyone know of an easy way to do a page redirect using PHP. For
example:
if($row) //User Credentials are valid
{
<Magic Page Redirect to welcome.php>
}
else
{
<Magic Page Redirect back to login.php>
}
Many Thanx
Richard Vincent