
16/09/2005, 12:53
|
 | | | Fecha de Ingreso: abril-2005
Mensajes: 154
Antigüedad: 19 años, 11 meses Puntos: 2 | |
quita el espacion entre $this-> y body_text
print("<TABLE BORDER=1><TR><TD>$this-> body_text");
es
print("<TABLE BORDER=1><TR><TD>$this->body_text");
o
print('<TABLE BORDER=1><TR><TD>'.$this->body_text); |