Make New Notification
‘;
echo ‘Below is a list of all notifications you have sent. Please remember that notifications must be kept on file for a period of 4 years.
‘;
echo ‘
Notice ID | School | Area | Reason | Pesticide | Date2 | |
‘ .$row[‘NoticeSentID’] .’ |
‘.$row[‘SchoolName’] .’ |
‘ .$row[‘NoticeArea’] .’ |
‘ .$row[‘NoticeReason’] .’ |
‘ .$row[‘PesticideName’] .’ |
‘ .$row[‘NoticeDateApply’] .’ |
‘;
echo ‘‘;
//end listing sequence
mysqli_close($dbc);
?>