Created
December 26, 2010 12:39
-
-
Save jaytaph/755406 to your computer and use it in GitHub Desktop.
Test gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Display some information about PHP | |
phpinfo(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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