Skip to content

Instantly share code, notes, and snippets.

@ZweiSteinSoft
Created April 15, 2012 02:30
Show Gist options
  • Save ZweiSteinSoft/2389414 to your computer and use it in GitHub Desktop.
Save ZweiSteinSoft/2389414 to your computer and use it in GitHub Desktop.
Get instant alerts on what’s wrong while trying #mysql queries
<?php
($ret = mysql_query($query)) || die($query . ' ' . mysql_error());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment