Skip to content

Instantly share code, notes, and snippets.

@Motoma
Created March 9, 2011 14:34
Show Gist options
  • Save Motoma/862279 to your computer and use it in GitHub Desktop.
Save Motoma/862279 to your computer and use it in GitHub Desktop.
function iquery($qry)
{
if(!isset($this->database_link)) $this->connect();
$temp = mysql_query($qry, $this->database_link) or die("Error: ". mysql_error());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment