Sort selectable and Date added. Delete also works
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user