Whenever I fill in the fields, and I run the code, I see "connection failed", and I do not understand. Can somebody help me? I'm new to php.
<?php
$conexion=mysqli_connect("localhost","root","","bd_usuarios");
$nombre=$_POST["nombre"];...
asked by
03.10.2018 / 01:46