s11
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
} catch(PDOException $e){
|
||||
echo '<div class="alert alert-danger">Error: ' . $e->getMessage() . '</div>';
|
||||
}
|
||||
|
||||
}
|
||||
try {
|
||||
$stmt = $db->prepare("SELECT * FROM invoice WHERE customerId = :customerId");
|
||||
|
||||
Reference in New Issue
Block a user