I have many tables under mydb. They all have the same field names.HTML Code:$db = mysql_connect("localhost","root","root") or dir("can not connect Mysql Server"); mysql_select_db("mydb",$db) or dir("can not connect Mysql Server");
" id, name, detail, date". The table name is from table001 - table121.
How to make a MySQL Multiple Table query with short code and high efficient? Thanks.
(Apache/2.2.13 , PHP/5.2.11, MySQL 5.0.51a)









Bookmarks