How to write this command?


$query1= "SELECT label FROM content1 limit 0, 8";
$query2= "SELECT field1, field2,field3,FROM content2 limit 0, 8";

the above are two queries to two tables in one database, the first result is age ,language… the second result is english,15…

how to write the query code and output in a php file ?the result’s display is:
age:12
language:english
count:15

thanks in advance.

Google for “php mysql tutorial” and you’ll get tons of nice tutorials. All you have to do is read them and study.

Or you could hire a programmer…