format("Y-m-d"); //echo $myDate; $userID=$user_data['u_id']; $dataCount = 0; ?>
"; echo ""; echo "NO."; echo "TITLE."; echo "SUB-TITLE"; echo "DESCRIPTOIN"; echo "START DATE"; echo "END DATE"; echo ""; $getNews = mysql_query("SELECT * FROM `ahg_announcement` WHERE `end_date`> '$myDate' ORDER BY `end_date` DESC"); while($row=mysql_fetch_array($getNews)){ ?>".strtoupper($row['id']).""; echo "".strtoupper($row['title']).""; echo "".strtoupper($row['sub_title']).""; echo "".strtoupper($row['description']).""; echo "".strtoupper($row['start_date']).""; echo "".strtoupper($row['end_date']).""; echo""; echo ""; $compRate=0; } echo ""; ?>