";
echo 'This method Redirecting to a iPhone website
';
//exit();
}
if ($mobile == 'Android') {
echo "You are using a $mobile
";
echo 'This method Redirecting to an Android website
';
//exit();
}
*/
if($mobile != ''){ // true it is a mobile, set to false to test
header('Location: http://www.gallerychurchbaltimore.com/mobile/index.html');
exit();
}
/*
} else {
if ($mobile == 'Android') {
echo "You are using a $mobile
";
echo 'This method Redirecting to an Android website
';
} else {
echo "HI AL";
exit();
}
*/
}
?>