format("Y-m-d"); $prfTime = date('H:i:s'); $myDate = date_create() ->format("Y-m-d"); $activeID=$user_data['u_id']; if(isset($_POST['done'])){ $expenseID = mysql_escape_string($_POST['expenseID']); $getMatrixData = mysql_query("SELECT * FROM `prf_expenseitems` WHERE `status`=1 AND `category_id`='$expenseID' ORDER BY `description` ASC"); echo ""; while($row=mysql_fetch_array($getMatrixData)){ ?>".strtoupper($row['id']).""; echo ""; echo ""; } echo "
".strtoupper($row['description'])."
"; } exit(); ?>