include "./lib/header.php"; include "./lib/mysql.php"; $nYear = date("Y"); $nMon = date("n"); $nDay = date("j"); $query = "SELECT id FROM schedule_project WHERE subject != 'none'"; $rs = mysql_query($query,$connect); $total = mysql_num_rows($rs); if ($total == 3) { echo ""; } while($row = mysql_fetch_array($rs)) { $bpr[$row[id]] = true; } ?>
include "./lib/footer.php"; ?>