Update add_entry.php
This commit is contained in:
@@ -22,6 +22,8 @@ else{
|
|||||||
// Execute the statement
|
// Execute the statement
|
||||||
if(!$stmt->execute())
|
if(!$stmt->execute())
|
||||||
echo("wrt_err");
|
echo("wrt_err");
|
||||||
|
else
|
||||||
|
echo("wrt_ok");
|
||||||
$stmt->close();
|
$stmt->close();
|
||||||
$conn->close();
|
$conn->close();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user