19/12/2008, 11:10
|
| | Fecha de Ingreso: noviembre-2006 Ubicación: Capital Federal
Mensajes: 141
Antigüedad: 18 años Puntos: 1 | |
Respuesta: problemas con echo <<< EOT mmm no se sigue sin funcionarme........
ahora deje asi el codigo
$mensaje = <<< EOT
<table bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="1" width="100%">
<tr>
<td bgcolor="#B2A982" height="13">Fecha</td>
<td bgcolor="#B2A982" height="13">Titulo</td>
<td bgcolor="#B2A982" height="13">Descripcion</td>
</tr>
<?php
while($line = mysql_fetch_assoc($result_avisos))
{
?>
<tr>
<td><?php echo $fecha; ?></td>
<td><?php echo $titulo; ?></td>
<td><?php echo $descripcion; ?></td>
</tr>
<?php
}
?>
</table>
EOT;
Parse error: syntax error, unexpected $end in /home/od000542/public_html/tuba/mandar_newsleter_2.php on line 252 |