Posts by Lucas Albuquerque • 1 point
3 posts
-
0
votes0
answers15
viewsQ: Fatal Error: Uncaught Error: Call to a Member Function bind_param() on bool
I am preparing the following method of uploading information: public function uploadProjeto(int $idCategoria, string $titulo, string $area, string $ano, string $endereco, string $descricao){…
-
0
votes0
answers14
viewsQ: How to declare a variable that will receive a Mysql Blob in PHP?
I am creating a method that will update some data, including an image that will be stored in longblob. The function declaration looks like this: public function uploadProjeto(string $tipo, string…
-
-1
votes1
answer113
viewsQ: I can’t change files in htdocs without creating a copy
Good afternoon! I am working on a web project and having problems with the htdocs folder. When I make a change to a file and check, the change does not appear on the page. In order for it to appear…