Using PHP / MySQL
I have two tables one is customers the other is cust_data
there is a field that matches the two it is ListID
Now inside the cust_data table the data is listed as cust_data
columns:
ListID DataName DataValue
1 type something
1 Region something
customers
columns:
ListID Name Address City State Zip Phone
I want to get the results as
Name Address City State Zip Phone Type Region
1 Answer