I have the following PHP code:
<?php
require_once('../conexion.php');
$con = mysqli_connect($host,$user,$pass,$db);
mysqli_set_charset($con, "utf8");
if ($stmt = mysqli_prepare($con, "select idusuario, cuenta from usuarios")) {
//mysqli...
asked by
01.08.2018 / 21:03