Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 7, 2019 23:08
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/e3e07ee851039a165eb25dacf4fa3361 to your computer and use it in GitHub Desktop.
Save parzibyte/e3e07ee851039a165eb25dacf4fa3361 to your computer and use it in GitHub Desktop.
<?php
$bd = new PDO('mysql:host=localhost;dbname=' . $nombre_base_de_datos, $usuario, $contraseña);
$bd->query("SET NAMES 'utf8'");
return $bd;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment