Skip to content

Instantly share code, notes, and snippets.

@stefanbc
Created February 21, 2014 07:41
Show Gist options
  • Save stefanbc/9130278 to your computer and use it in GitHub Desktop.
Save stefanbc/9130278 to your computer and use it in GitHub Desktop.
Custom database connection
<?php
// Create a new database connection
$customdb = new wpdb(USERNAME, PASSWORD, DATABASE, 'localhost');
$customdb->show_errors();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment