Ver Mensaje Individual
  #7 (permalink)  
Antiguo 16/07/2002, 08:30
Avatar de CHuLoSoY
CHuLoSoY
 
Fecha de Ingreso: febrero-2002
Ubicación: Ribeira (Galicia)
Mensajes: 1.900
Antigüedad: 22 años, 2 meses
Puntos: 29
Re: Un error que no entiendo

Si sustituyo:

if(fwrite($fp, "<tr><td width=0% bgcolor=313131><img src=\"$HTTP_POST_VARS[icon]\"></td><td width=75% bgcolor=white><a href=\"ver.php?msg=$visitas&titulo=$HTTP_ POST_VARS[titulo]\">$HTTP_POST_VARS[titulo]</a></td><td width=10% bgcolor=white>$HTTP_POST_VARS[nombre]</td><td width=10% bgcolor=white>$HTTP_POST_VARS[fecha]</td><td width=5% bgcolor=white><? include ($respuestas)</td></tr>"))

Por:

if(fwrite($fp, "<tr><td width=0% bgcolor=313131><img src=\"$HTTP_POST_VARS[icon]\"></td><td width=75% bgcolor=white><a href=\"ver.php?msg=$visitas&titulo=$HTTP_ POST_VARS[titulo]\">$HTTP_POST_VARS[titulo]</a></td><td width=10% bgcolor=white>$HTTP_POST_VARS[nombre]</td><td width=10% bgcolor=white>$HTTP_POST_VARS[fecha]</td><td width=5% bgcolor=white>include ($respuestas.".txt")</td></tr>"))

Ya ni inserta el mensaje, da el siguiente error:

Parse error: parse error in /var/www/www.redhispana.org/ommadawnnuevo/foro/nuevomensaje.php on line 41