Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 31, 2020 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/4d1e4bfeed09a28f2589d43cb5ac813b to your computer and use it in GitHub Desktop.
Save parzibyte/4d1e4bfeed09a28f2589d43cb5ac813b to your computer and use it in GitHub Desktop.
<?php
mysqli_report(MYSQLI_REPORT_ERROR); // <-- Justo aquí
$this->conexion = new mysqli($this->servidor,$this->usuario,$this->contrasena,$this->basedatos);
$this->conexion->set_charset("utf8")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment