I'm starting in PHP and I'm having problems with the following code
<?php
define("SERVIDOR", "localhost");
define("USUARIO", "root");
define("SENHA", "leonardo");
define("BANCODEDADOS", "estacionamento");
$conecta = new mysqli(SERVIDOR,...
asked by
11.05.2017 / 05:29