Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/12/2008, 11:21
matias_80
 
Fecha de Ingreso: noviembre-2006
Ubicación: Capital Federal
Mensajes: 141
Antigüedad: 17 años, 5 meses
Puntos: 1
Respuesta: problemas con echo <<< EOT

je perdon copie y pegue mal!!! ya estoy mareado quise decir q probe con los echo y tampocome funciona
$mensaje = echo "<table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">";
echo "<tr>";
echo "<td>Fecha</td>";
echo "<td>Titulo</td>";
echo "<td>Descripcion</td>";
echo "</tr>";
while($line = mysql_fetch_assoc($result_avisos))
{
echo "<tr>";
echo "<td></td>";
echo "<td></td>";
echo "<td></td>";
echo "</tr>";
}
echo "</table>";

aqui les saque los echo a las variables y sigue tirando el mismo error...........