Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/06/2012, 12:36
Avatar de jotaincubus
jotaincubus
 
Fecha de Ingreso: mayo-2005
Ubicación: Medellin - Colombia
Mensajes: 1.797
Antigüedad: 19 años
Puntos: 394
Respuesta: Fecha con php

Código PHP:
Ver original
  1. function Footer()
  2. {
  3.     //Footer de la pagina
  4.     $this->SetY(-15);
  5.     $this->SetFont('Arial','I',8);
  6.     $this->SetTextColor(128);
  7.     $this->Cell(0,10,'Pagina '.$this->PageNo(),0,0,'C');
  8. }

Ver tambien aqui -> Tutoriales -> Tutorial 2
__________________
Por que existe gente que no agradece después de que se le ha brindado tiempo y ayuda ???