include "../PHP/connect.php";
connect_mysql();
include "../PHP/mod_form.php";
$q_stat = mysql_query("SELECT * FROM mail_data WHERE date <> '' ORDER BY date");
form_cal ($q_stat);
?>
Comments:
Default result. You give only the result of you query.
Only days with event have a link to write all datas of day on an window.