Ver Mensaje Individual
  #6 (permalink)  
Antiguo 10/12/2004, 10:47
Shute
 
Fecha de Ingreso: septiembre-2004
Ubicación: Viviendo en Manresa(Barcelona)
Mensajes: 230
Antigüedad: 19 años, 6 meses
Puntos: 0
Y me dices que si pones texto normal, que no sea php sale correcto.
Código PHP:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> 
  <tr> 
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> 
        <tr> 
          <td bgcolor="#ff0000">&nbsp;</td> 
        </tr> 
      </table> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0"> 
        <tr> 
          <td width="22%" bgcolor="#ff0000">&nbsp; 
          <td width="78%"> 
            <? 
include('lebasi444.php'); 

$noticia=$_REQUEST['not']; 

$publicar="SELECT * from notice where titulo = '".$noticia."'"
$publicacion=mysql_query($publicar); 

    if(
mysql_num_rows($publicacion)>0){ 
    while (
$row=mysql_fetch_array($publicacion)) 
    { 
        { 
?>
        <tr><td><?php echo $row["titulo"]; ?></td></tr>;
        <tr><td><?php echo $row["encabezado"]; ?></td></tr> 
        <tr><td><?php echo $row["contenido"]; ?></td></tr> 
        <tr><td><a href='<php echo $row['urlfuente']; ?>'><?php echo$row["fuente"]; ?></td></tr>
<?php 
        

    } 

?> 
          </td> 
        </tr> 
      </table> 
      <p>&nbsp; </p></td> 
  </tr> 
</table>
Prueba esto haver que pasa. :)