Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active 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/1e8d188723bdc5140cb80561c6a47b2e to your computer and use it in GitHub Desktop.
Save parzibyte/1e8d188723bdc5140cb80561c6a47b2e to your computer and use it in GitHub Desktop.
<?php
$bd = new PDO('mysql:host=localhost;dbname=' . $nombre_base_de_datos, $usuario, $contraseña);
return $bd;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment