Error processing SSI file
session_start();
header("Cache-control: private"); //IE 6 Fix, no dups
include("../news-dbcon.php");
$areaID=$HTTP_GET_VARS['areaID'];
$areasql=mysql_query("select newsStory.ID, headline, cutline, MONTHNAME(dtAdded) as newsmonth, YEAR(dtAdded) as newsyear, DAYOFMONTH(dtAdded) as newsday from newsStory WHERE newsStory.active < 1 AND newsStory.priorityID=1 ORDER BY dtAdded DESC LIMIT 0,3");
$headlines_limit=0;
while ($row=mysql_fetch_array($areasql)){
if ($headlines_limit < 3){
echo "
";
$id=$row["ID"];
echo "$row[1]";
echo "";
echo "
";
$headlines_limit=$headlines_limit+1;
}
else { break; }
}
?>
Do More. Learn More.
Indiana State University Commercials:
Download Quicktime Player
Commercial #1
Commercial #2