Skip to content

Instantly share code, notes, and snippets.

@nicholasjhenry
Created September 18, 2015 13:23
Show Gist options
  • Select an option

  • Save nicholasjhenry/026d3d14cddcc04a4d28 to your computer and use it in GitHub Desktop.

Select an option

Save nicholasjhenry/026d3d14cddcc04a4d28 to your computer and use it in GitHub Desktop.
Debugging SQL issues in PHP
<?
if (!$result) {
echo($mysqli->error);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment