I have my php code for the connection to the database but it sends me that error on line 13 and 14, I can not find a solution, I attach my code
$con = mysqli_connect("localhost", "root", "","SaveMe");
$Usuario = $_POST["Usuario"];
$Contraseña...
asked by
10.10.2017 / 21:08