FunnyGuy
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:funnyguy_pchat1:localhost","funnyguy_pchat1","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "funnyguy_pchat1", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("funnyguy_pchat1");
What is this ?
or how can i add to my site mysql and php because i dont undestart on my cplanel how do to
www.funnyguy.frihost.net
Perl $dbh = DBI->connect("DBI:mysql:funnyguy_pchat1:localhost","funnyguy_pchat1","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "funnyguy_pchat1", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("funnyguy_pchat1");
What is this ?
or how can i add to my site mysql and php because i dont undestart on my cplanel how do to
www.funnyguy.frihost.net
