Skip to content

Instantly share code, notes, and snippets.

@rantastic
Created March 21, 2013 16:40
Show Gist options
  • Save rantastic/5214514 to your computer and use it in GitHub Desktop.
Save rantastic/5214514 to your computer and use it in GitHub Desktop.
PHP: PDO mysql connection
$db = new PDO("mysql:host=HOST;port=3306;dbname=DATABASENAME;", "USERNAME", "PASSWORD" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment