Sort selectable and Date added. Delete also works

This commit is contained in:
2022-10-03 20:43:43 +02:00
parent e2ce612318
commit 40bb148b33
3 changed files with 168 additions and 32 deletions

View File

@@ -26,8 +26,7 @@ if (strpos($headers['content-type'], 'image/') !== false) {
#---
$ItemPriceCents = $ItemPrice * 100;
$ItemPriceCents = floatval(str_replace(',', '.', str_replace('.', '', $ItemPrice))) * 100;
$conn = new mysqli($servername, $username, $password, $db);
// Check connection