Page 1 of 1

Re: connect mysql

Posted: Fri Nov 25, 2011 4:32 am
by social_experiment

Code: Select all

<?php mysql_connect($host, $username, $password); ?>
It's simple but without any checks to see if the connection was actually made