Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 8, 2019 00:14
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/d6560c0ae9ac0c6d3d8bf2cb5287a720 to your computer and use it in GitHub Desktop.
Save parzibyte/d6560c0ae9ac0c6d3d8bf2cb5287a720 to your computer and use it in GitHub Desktop.
<?php
include_once __DIR__ . "/base_de_datos.php"; #Al incluir este script, podemos usar $baseDeDatos
$resultado = $baseDeDatos->query("SELECT * FROM videojuegos;");
$videojuegos = $resultado->fetchAll(PDO::FETCH_OBJ);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment