query($query); if($result->num_rows >0){ ?> BMS Event Search Results

BMS Events

Search Results"; include("includes/menu.php"); ?>

num_rows >0){ echo ""; while ($row1 = $result->fetch_assoc()) { echo " "; } echo "
Event IDUnitAlertStart Date and TimeDescriptionEnd Date and TimeUserEdit
".$row1["event_id"]."".$row1["unit_name"]."".$row1["alert_name"]."".$row1["date_time_start"]."".$row1["description"]."".$row1["date_time_end"]."".$row1["user"]."Edit
"; } } else{ echo('No Results Found! Please Go back and try again'); } ?>