Re: connect mysql
Posted: Fri Nov 25, 2011 4:32 am
Code: Select all
<?php mysql_connect($host, $username, $password); ?>A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php mysql_connect($host, $username, $password); ?>