Category | Name | Description | Score | |
" . $data[1] . ' | '; // display the category as its the first row with this new category
$oldcatname=$data[1];
}else{
echo "" . ' | '; // category is already displayed so skip it (empty cell in category column)
}
echo "" ; // begin the table cell if($data[4] == "✔️"){ echo ' '; // display the link echo $urllink . '"> '; // display the link echo $data[2] . ' | '; // display the link title and close the a href and first cell, open the second cell echo $data[5] . " | "; // OPTIONAL: display the description column echo $data[7] . " | "; // display the status and close the second cell, open the third cell echo $data[6] . " | \n"; // display the score and close the third cell } //if ($c == 2){ //} } } } } echo ""; // end html table row } echo "\n
" . $rowcount . " Result(s) found.
"; } function DisplayCategories($instancename, $path) { $resultcount=0; $row = 1; //echo $instancename; //$csvfilenames = "verified.csv unverified.csv"; $csvfilenames = "verified.csv"; $csvfilenames = explode(' ', $csvfilenames); foreach ($csvfilenames as $csvfilename){ //echo $csvfilename; $csvfile = $path . $csvfilename; //echo $csvfile; //echo "test"; echo "