$debuggingOn = false; require('include/application.php'); require('include/datetime.php'); require('include/http.php'); if (!isset($sort)) $sort = "EVENT_DATE DESC"; $db = new phpDB(); $db->connect("BIBS"); $today = date("Y-m-d"); $q_events = $db->exec( "select * from T_SPECIAL_EVENTS, T_EVENTS_SPONSORS where EVENT_PUBLISHED = 't' and EVENT_DATE <= '$today' and T_SPECIAL_EVENTS.SPONSOR_ID = T_EVENTS_SPONSORS.SPONSOR_ID order by $sort "); $qa_events = $db->farray(); // Set default variables $replay = "replay.html"; // Location of replay script ?>
|
$todaysdate = date("l, m.d.y | g:ia T"); print("$todaysdate"); ?> |
||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||