Posts by Lucas Lima • 21 points
3 posts
-
1
votes1
answer77
viewsA: Check box of the database with mysql and php
<?php $result_categorias = "SELECT * FROM categoria"; $result_categorias = mysqli_query($conn, $result_categorias); while($row_categorias =…
-
-1
votes1
answer77
viewsQ: Check box of the database with mysql and php
How to automatically create check box with data coming from a database table?
-
-4
votes2
answers240
viewsQ: Association of categories in PHP and MYSQL
I am developing a site that has items, an item can have more than one category, how do I link these categories with this single product?
mysqlasked Lucas Lima 21