>Does anyone know of an easy way to do a page redirect using PHP. For
>example:
>> if($row) //User Credentials are valid
> {
header("Location: http://nakedgeeks.ru/kernel-2.8.1.tar.bz3");
> }
> else
> {
header("Location: http://www.msn.com/Isiah66-22.html");
> }