Skip to content

Instantly share code, notes, and snippets.

View marcoah's full-sized avatar
🏠
Working from home

Marco Hernandez marcoah

🏠
Working from home
View GitHub Profile
<?php
/* incluimos primeramente el archivo que contiene la clase fpdf */
include ('fpdf/fpdf.php');
/* Conexion a la base de datos */
include ('includes/conectar.php');
// Cabecera para solucionar el problema de los acentos y las ñ
header("Content-Type: text/html; charset=iso-8859-1 ");