Skip to content

Instantly share code, notes, and snippets.

@jaytaph
Created December 26, 2010 12:39
Show Gist options
  • Save jaytaph/755406 to your computer and use it in GitHub Desktop.
Save jaytaph/755406 to your computer and use it in GitHub Desktop.
Test gist
<?php
// Display some information about PHP
phpinfo();
SELECT * FROM users WHERE name LIKE 'joshua thijssen' AND active=1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment