In the following code I insert the data and it is not being encrypted
$sentencia = $conn->prepare("insert into usuarios values(null,?,?,?,?,?,?,?,PASSWORD(?),?)");
$sentencia->bindParam(1,$dni);
$sentencia->bindParam(2,$nombre...
asked by
03.05.2017 / 15:57