Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 29, 2020 23:48
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/ea110afe94408377d8d9d42995eaf729 to your computer and use it in GitHub Desktop.
Save parzibyte/ea110afe94408377d8d9d42995eaf729 to your computer and use it in GitHub Desktop.
<?php
$mysqli = include_once "conexion.php";
$resultado = $mysqli->query("SELECT id, nombre, descripcion FROM videojuegos");
$videojuegos = $resultado->fetch_all(MYSQLI_ASSOC);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment