tu conexion no está hecha en mysqli debería ser así
Código PHP:
Ver original<?php
ini_set('default_charset', 'utf-8'); $server = 'localhost';
$user = 'root';
$pass = 'root';
$db = 'base_de_datos';
$conexion = new MySQLi($server,$user,$pass,$db);
}
} else {
}
?>