Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created January 20, 2014 16:45
Show Gist options
  • Save greyaperez/8523738 to your computer and use it in GitHub Desktop.
Save greyaperez/8523738 to your computer and use it in GitHub Desktop.
Quick & Dirty PDO Usage to MySQL DB
$pdo = new PDO( 'mysql:dbname={DBNAME};host=localhost', $user, $pass );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment