"
. htmlspecialchars($row["name"])
. " | "
. htmlspecialchars($row["description"])
. " | "
. htmlspecialchars($row["added_date"])
. " | "
. htmlspecialchars($row["expiration_date"] !== NULL ? $row["expiration_date"] : "-")
. " | "
. htmlspecialchars($row["cupboard_name"] !== NULL ? $row["cupboard_name"] : "-")
. " | \n";
}
?>
List products
Nom
|
Description
|
Ajouté le
|
Expiration
|
Rangement associé
|