Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/08/2007, 14:25
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: syntax error, unexpected T_STRING in xxx on line xxx

Movido al foro de PHP Orientado a Objetos.

Esta linea:
Código PHP:
HtmlParser parser = new HtmlParser ($htmlText); 
Esta mal, debe de ser asi:
Código PHP:
$parser = new HtmlParser ($htmlText); 
Saludos.