if (!mysqli_query($con,"INSERT INTO Persons (FirstName) VALUES (Glenn)")) { echo("Error description: " . mysqli_error($con)); }