php mysql connection

php mysql connection code:


mysql_connect('localhost', 'root', '');
mysql_select_db('your_db_name');

Comments

Popular posts from this blog

like php