Posts by Murilo Cabral • 71 points
3 posts
-
0
votes0
answers126
viewsQ: How to change image upload code to work in mysql?
I got this image upload code to work on Postgresql, but I would like to change it to work on phpMyAdmin, but I’m encountering a certain difficulty, and I would like to count on the help of friends.…
-
2
votes3
answers451
viewsQ: Exchange Postgresql connection for Mysql connection
I found a project made in PHP OO to be used in Postgresql with this connection. <?php class BD { public function __construct() { pg_connect("host=localhost port=5432 user=usuario password=senha…
-
4
votes1
answer169
viewsQ: how to use foreach
Hi, I’m here to enlist the help of friends. I have this code below to list all products and be registered, but I’m not able to list them on the same page using foreach. Could your friends give me a…