Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 17, 2019 21:45
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/1cfd4f43f30f0be0fda3bac0e11f22bf to your computer and use it in GitHub Desktop.
Save parzibyte/1cfd4f43f30f0be0fda3bac0e11f22bf to your computer and use it in GitHub Desktop.
<?php
include_once "base_de_datos.php";
$sentencia = $base_de_datos->query("select id, nombre, edad from mascotas");
$mascotas = $sentencia->fetchAll(PDO::FETCH_OBJ);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment