phpMyEdit
Anybody know how to use phpMyEdit?
I want to join two tables in the same view...and I'm having difficulty.
table1
1_id = unique key
1_name = text
2_id = index into table 2
table2
2_id = unique key
2_desc = text
2_data = nbr
So if in mysql I did,
Select * from table1,table2 where table1.2_id = table2.2_id;
I'd get all the columns: 1_id, 2_id, 1_name, 2_desc, 2_data in the view
Help.



Recent comments
19 weeks 2 hours ago
20 weeks 1 day ago
23 weeks 6 days ago
24 weeks 1 day ago
24 weeks 1 day ago
24 weeks 4 days ago
24 weeks 5 days ago
24 weeks 5 days ago
24 weeks 6 days ago
24 weeks 6 days ago