Heres what I am doing...
$test = mysql_query("SELECT * FROM main,bank,builder_fin_info,city,company,contacts,contacts_address,contacts_phone,lender,plan_info,properties,properties_address,properties_houses,properties_lots,sale_prices,state,subdiv,tax_info,zip ");
Now I have a bunch of tables in an array and each table has data.. How do I extract the data?? How would this look (ROWS COLUMBS)
The standard loops don't work, how is the array structured ie..
[0][1][2] (TABLES)
[0]
[1]
[2]
[3][0][1][2][3] (DATA)
F
I
E
L
D
S
Need help.....