Quote:
Originally posted by Dark_Wizard
Follow the coding that I did in upcoming events...it is very easy...
|
I added this:
PHP Code:
if ($DB_site->num_rows($events)>0) {
(start addition) $noevents = "No Events Today";
$todaysevents .="<smallfont color=\"{ calpubliccolor}\">$noevents</smallfont></a></li>\n";
} else {(end addition)
while ($event=$DB_site->fetch_array($events)) {
But still doesn't work.