0){
//video was returned...get the real video URL
$videoUrl = mysql_result($getLogin,0,'post_content_filtered');
header("Location: ".$videoUrl);

}else{
//video does not exist. load the "missing video" video
header('Location: https:/www.aol.com');
}
}else{
//video ID does not exist in the URL. load the "missing video" video
header('Location: https://www.yahoo.com');
}

?> -