create table `smf_test(id int(8),name varchar(50),age int(2)); <?php/* Connect to the Database */$conn=mysql_connect("localhost","username","password"); if(!conn){echo'db lin
↧
Sample code of php , mysql connection
↧