Query
SELECT * FROM brand INNER JOIN product ON brand.brand_id = product.brand_id
This works in phpmyAdmin But does not work in PHP code
I get this warning<