I have a table of produtos (id,id_categoria,nome,descricao) and a table of imagens (id, FileName, id_produto) .
I need to list product data and a product-related table image by id.
$sql = $mysqli->query
("SELECT
produtos....
asked by
05.09.2017 / 03:31