Friday 29 June 2012

Connection String For PHP And Mysql


<?php
$link = mysql_connect('localhost', 'root','Database_name');
?>

No comments:

Post a Comment