Skip to content

Instantly share code, notes, and snippets.

@Ivoz
Created December 17, 2011 14:17
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 Ivoz/1490312 to your computer and use it in GitHub Desktop.
Save Ivoz/1490312 to your computer and use it in GitHub Desktop.
<?php
mysql_connect('localhost', 'cake', 'cakephp') or die();
mysql_select_db('cake_noteven') or die();
?>
<?php phpinfo(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment