how to get desired column from other table – Phpmyadmin
there are two tables products and categories, that I created by PHPMyAdmin. In the products table, it has a column name prd_category that has the foreign key of table categories named cat_id(primary key of categories table). i am quite new…