Php how to use multi tables in one mysql query – CPanel
So I have two tables in my phpmyadmin like tabel1 and tabel2 in both tables, i want to select id = 2 so I have tried mysql_query('SELECT * FROM tabel1, table2 WHERE id=2'); but not working plz give me some…