Posts by Ariel Alves Dutra • 26 points
2 posts
-
0
votes2
answers246
viewsA: Calling a method within a Javascript method
By the code you put on it, it’s general addressAdv() and not geraEnderecoAdv(). Then you’ll have to put the this in the method call. See if it works. If it doesn’t, try changing the methods to Arrow…
-
1
votes1
answer295
viewsA: class mysqli is not found
Use the "use": namespace loja\model; use mysqli; class Banco { public function conectar() { $con = new mysqli("127.0.0.1","root","","ganha_tempo"); if($con->connect_errno){ echo "Erro ao se…