Skip to content

Instantly share code, notes, and snippets.

@nharrell04
Created August 25, 2013 18:46
Show Gist options
  • Save nharrell04/6335529 to your computer and use it in GitHub Desktop.
Save nharrell04/6335529 to your computer and use it in GitHub Desktop.
<?php // login.php
$db_hostname = 'localhost'; // whatever hostname actually is
$db_database = 'law_lib_guides';
$db_username = 'username'; //possibly root?
$db_password = 'password'; // also possibly root
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment