Posts by Matheus Viotto • 5 points
2 posts
-
0
votes0
answers36
viewsQ: Error in PHP project
I’m putting together a virtual store project. And I got to the administration panel part. In the product registration tab, there is a part where I register the images of the product gallery. But…
phpasked Matheus Viotto 5 -
-2
votes2
answers61
viewsQ: Error in PHP code
My code is part of a virtual store project, and is giving the following error: Follow the code below: <?php class Login extends BD{ private $prefixo = 'ibicor_'; private $tabela =…