Posts by Danillo Villas Neto • 11 points
2 posts
-
0
votes1
answer600
viewsQ: Insert various data into a mysql column
Good afternoon Guys, I’m cracking my head open about how I make this insert in the bank, it’s kind of like this... I have a product, which needs to be priced more than one supplier, to compare…
-
1
votes1
answer330
viewsQ: While returning duplicate data
Good morning Guys, I have this query $query = "SELECT p.*, c.nomeCategoria AS categoria FROM produto AS p INNER JOIN produto_categoria AS c"; $dados = mysqli_query($con, $query) or…