Quantcast
Viewing all articles
Browse latest Browse all 6

Sample code of php , mysql connection

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

read more


Viewing all articles
Browse latest Browse all 6

Trending Articles