semicolon
parent
ba03547647
commit
1040afcd76
|
@ -25,7 +25,7 @@ $navbar="boards";
|
|||
$statement = $pdo->prepare("SELECT * FROM boards WHERE id=$_GET['id']");
|
||||
$statement->execute();
|
||||
$result = $statement->fetchAll();
|
||||
echo $result[0]['name']
|
||||
echo $result[0]['name'];
|
||||
}
|
||||
if (!$result) {
|
||||
$error_message = "Error: SQL error.\n" . $statement->queryString . "\n" . $statement->errorInfo()[2];
|
||||
|
|
Loading…
Reference in New Issue