get_results( $my_query );
$my_query = "SELECT * FROM tiki_calendar_items WHERE calendarID=4 AND start>$my_time ORDER BY start";
$my_items = $wpdb->get_results( $my_query );
foreach ( $my_items as $my_row ) {
$my_date = date('D jS \of F Y h:i A',$my_row->start) ;
echo "
" ;
echo "$my_date : " ;
echo "calitemId;
echo ">" ;
echo $my_row->name;
echo "" ;
echo "
\n" ;
}
$my_query = "SET NAMES 'utf8' COLLATE 'utf8_unicode_ci'";
$my_items = $wpdb->get_results( $my_query );
?>
See also our public calendar and the interdisciplinary seminars of the Center for Nonlinear Phenomena and Complex Systems.