Skip to content

Instantly share code, notes, and snippets.

Created June 29, 2016 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fbd57ebff10222cd298cae0d0ad34ffb to your computer and use it in GitHub Desktop.
Save anonymous/fbd57ebff10222cd298cae0d0ad34ffb to your computer and use it in GitHub Desktop.
<?php
$database_connectdb="dbName";
$connectdb=mysql_connect("localhost","db user","db password") or die("Couldn't select database.");
mysql_select_db($database_connectdb,$connectdb);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment