Tema: Parse ERROR
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/09/2007, 09:57
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: Parse ERROR

Tu problema esta aqui:
Código PHP:
if ($totalRows_Recordset2!=0) {
                    echo 
$row_Recordset2['nombre']; ?>
                    } 
Cierras el tag ?> y abajo pones el } que cierra el IF, por eso tienes ese error, necesitas cerrar el } antes del ?>.

Saludos.