Posts by Felipe Sousa Canuto dos Santos • 13 points
2 posts
-
1
votes0
answers58
viewsQ: How to associate values (price) passed through the mysqli_fetch_array to a product?
I wonder how to associate some values I have stored in a array is a specific product, follows below my code: <?php while ($consulta = $result->fetch_array()) { ?> <!--laço para dispor…
-
0
votes1
answer71
viewsQ: How to upload an image through its path stored in the database?
I exported a database from a website here at the company where I work, and imported that same database into a xampp server, in one of the database tables has a picture column that is a varchar field…
phpmyadminasked Felipe Sousa Canuto dos Santos 13