Return to Snippet

Revision: 56793
at April 15, 2012 20:16 by paul0078


Initial Code
if (!@mysql_select_db('guitardb', $dbconnect)) {
		exit('Sorry there was a problem connecting to the Guitar database');
	} 

Initial URL


Initial Description


Initial Title
Select to MySQL database

Initial Tags
mysql, database, php

Initial Language
PHP