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 of link title if($data[4] == "YES"){ 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 score and close the second cell, open the third cell if($data[6] == "YES"){ echo "✔️" ; }else{ echo "❌" ; } echo " | \n"; // display the status and close the third cell } //if ($c == 2){ //} } } } } echo ""; // end html table row }} echo "\n
" . $rowcount . " Result(s) found.