Skip to content

Instantly share code, notes, and snippets.

@fanatique
Last active January 3, 2016 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fanatique/6ec519e20314d1adf182 to your computer and use it in GitHub Desktop.
Save fanatique/6ec519e20314d1adf182 to your computer and use it in GitHub Desktop.
<?php
include "./config.inc";
$result = mysql_query("SELECT * WHERE id=" . $_GET['id']);
if (!$result) {
die('Error: ' . mysql_error());
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment