Skip to content

Instantly share code, notes, and snippets.

@fleeting
Last active December 18, 2015 03:19
Show Gist options
  • Save fleeting/5717470 to your computer and use it in GitHub Desktop.
Save fleeting/5717470 to your computer and use it in GitHub Desktop.
if($_GET["filter"] == "directory") {
$aTables = $this->dbQuery("SELECT * FROM `{dbPrefix}search` WHERE `table` = ".$this->dbQuote("directory", "text"), "all");
} else {
$aTables = $this->dbQuery("SELECT * FROM `{dbPrefix}search`", "all");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment