php code to Show Records by multi Columns in Rows
Posted On at by milan
// Connect database.
mysql_connect("localhost","","");
mysql_select_db("tutorial");
// Get data records from table.
$result=mysql_query("select * from name_list order by id asc");
?>
|
|
|
|
PHP Free Code