made submit output more reflective of what is actually going on
parent
c63245ff3c
commit
3b4d80c755
|
@ -11,5 +11,5 @@ if (!$result) {
|
||||||
$error_message = "<p>Error: SQL error.</p><pre>" . $statement->queryString . "</pre><pre>" . $statement->errorInfo()[2] . "</pre>";
|
$error_message = "<p>Error: SQL error.</p><pre>" . $statement->queryString . "</pre><pre>" . $statement->errorInfo()[2] . "</pre>";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<section><center><h1>Submitting your post...</h1></center></section>";
|
echo "<section><center><h1>Post submitted.</h1></center></section>";
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue