Skip to content

Instantly share code, notes, and snippets.

@blister
Created April 5, 2010 16:19
Show Gist options
  • Save blister/356528 to your computer and use it in GitHub Desktop.
Save blister/356528 to your computer and use it in GitHub Desktop.
<?php
$conn = mysql_connect('DBHOST:3306', 'DBUSER', 'DBPASS');
mysql_select_db('SCHEMA', $conn) or die('Cannot connect to the database');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment