Posts by Lucas Albuquerque • 1 point
2 posts
-
0
votes0
answers24
viewsQ: Table relationship command not working
Good afternoon, I have a function with a query to search a list of photos of a certain product in the Product class: class Produto { private $mysql; public function __construct(mysqli $mysql){…
-
0
votes0
answers23
viewsQ: Query mysql UPDATE is doing the INSERT function
I created a function to modify the data of a DB regarding a particular product: public function editarProjeto(int $id, int $categoriaID, string $titulo, string $ano, string $descricao, string…