PARSEC's Joke of the Week
=' . $nw;
$tm = dateadd ('d', 1, $tm);
$nw = date ('Ymd', $tm);
$sql .= ' and Schedule<=' . $nw;
$row = $db->GetRow ($sql);
if ($row['SchLast'] != $row['Schedule']) {
$sql = 'UPDATE jokes SET SchLast=Schedule WHERE JokeID=' . $row['JokeID'];
$db->Execute ($sql);
}
$find = array ('' . $joke . '';
?>