Heversham Parish Council Minutes

The agreed meeting minutes for the Heversham Parish Council meetings are archived here as a matter of public record.

handle . "
"; //echo "Path: " . $d_ParishNews->path . "

"; $pc_dir = 'pc'; ///$pc_files = scandir($pc_dir); //initialise count and array of filenames $fcount = 0; $pc_files=array(); // get the list of files from the directory if ($dh = opendir($pc_dir)) { while (($file = readdir($dh)) !== false) { //echo "filename: $file" . "
"; $pc_files[$fcount] = $file; // increment count $fcount = $fcount + 1 ; } closedir($dh); } // sort the array sort($pc_files); echo "

". "Heversham Parish Council Meeting Minute Archive" . "

"; $count =0; $last_pc_year =""; $pc_month_str = array("null","Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"); //loop for all filenames in directory //while (false !== ($entry = $d_ParishNews->read())) for ($count=0; $count<=$fcount; $count++) { $entry = $pc_files[$count]; // miss out default .. and . if( $entry != "." && $enry != ".." && $entry[0] != "." ) { // filter out all the parishnews*.pdf files if(strstr($entry, 'hpcm') != FALSE) { //strip out the noimage files if(strstr($entry, 'noimage') == FALSE) { //strip out the *.pub files if(strstr($entry, '.pub') == FALSE) { // take a look at the filename //echo $entry."
"; // get the month and year from the filename $pc_date = substr($entry,0,7); list ($pc_year, $pc_month) = split('[_.-]',$pc_date); if (substr($pc_month,0,1) == "0") { $pc_month = substr($pc_month,1,1); } //construct the table row entry // check if the year needs to be printed if (($pc_year == "") or ($pc_year != $last_pc_year)) { echo "

" . $pc_year ." :   "; $last_pc_year = $pc_year ; } //echo $pn_month . "  "; //echo $pn_month_str[1] . "  "; echo "" . $pc_month_str[$pc_month] . "". "  "; // populate the array $names_array[$count] = $entry; } } } } } ?>

Any comments or issues with the above meeting minutes should be addressed to the Parish Clerk for Heversham :