= UNIX_TIMESTAMP('$today') order by date asc"; $result = mysql_query($query); $numrows = mysql_num_rows($result); if($numrows == 0) { echo "
There are no available tour dates at this time."; } else { while($row = mysql_fetch_array($result)) { if($row['date'] >= $today) { ?>
Click here for image";?>