updated finished option 9 and 10, only remaining 7 and 8

This commit is contained in:
root 2025-01-16 08:52:42 +01:00
parent 1092755d26
commit c863f71951
4 changed files with 66 additions and 109 deletions

View file

@ -36,7 +36,7 @@ if (($handle = fopen($csvfile, "r")) !== FALSE) {
if ($oldcatname != $data[1]){
echo "<td><tr></tr><tr></tr><tr></tr></td>"; // skip a row if new category
echo "<td><tr></tr><tr></tr><tr></tr></td>"; // skip a row if new category
echo "<td><p><h4>" . $data[1] . '| </h4></p></td>'; // display the category as its the first row with this new category
echo "<td><p><h4>" . $data[1] . ' </h4></p></td>'; // display the category as its the first row with this new category
$oldcatname=$data[1];
}else{
echo "<td><p>" . ' </p></td>'; // category is already displayed so skip it (empty cell in category column)