Meetings

Meetings

" . $sql . "
" . mysql_error()); while ($row = mysql_fetch_array($result)) { $title = htmlspecialchars($row["title"]); $day = $row["day"]; $month = $row["month"]; $year = $row["year"]; $currdate = strtotime($month."/".$day."/".$year); $date_fmt = date("F j, Y", $currdate); $info = varun_repl($row["info"]); $id = $row["id"]; $location = htmlspecialchars($row["location"]); $time = htmlspecialchars($row["time"]); print "

$title

"; print ""; print "
"; print "
$info

"; print "
"; print " "; print " \"link\""; print "
"; print "
$location @ $time EST on $date_fmt
"; } function varun_repl($str) { $pie = str_replace("", "", $str); $pie = str_replace("", "", $pie); $pie = str_replace("", "", $pie); $pie = str_replace("", "", $pie); $pie = str_replace("&", "&", $pie); return $pie; } ?>