Tema
:
Parse error: syntax error, unexpected T_STRING in xxx on line xxx
Ver Mensaje Individual
#
4
(
permalink
)
01/08/2007, 14:25
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
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.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV