Tema: FPDF a MySQL
Ver Mensaje Individual
  #8 (permalink)  
Antiguo 15/04/2008, 11:13
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: FPDF a MySQL

Código PHP:
if(mysql_affected_rows($conn) > 0) {
      
header"Location: ../../index.php" );

Saludos.