Comunidad de diseño web y desarrollo en internet online

lector de noticias

Citar            
MensajeEscrito el 07 Oct 2011 04:51 pm
Buen día, pues me encontre un tutorial para hacer un gestor de noticias y todo corre bien salvo este codigo que me marca un error pero la verdad no entiendo muy bien el por que.

Código PHP :

<head>
<link href="Estilos/estilo_noticia.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?
include("config.php");
$link=mysql_connect($server,$dbuser,$dbpass) or die("Error en la conexión a MySql");
$query="SELECT * FROM `noticias` where `tipo_noticia`='Novedades' and `ACTIVAR` = b'1'";
$resultado=mysql_db_query($database,$query,$link);
$row=mysql_fetch_row($resultado);
while($row=mysql_fetch_array($resultado))
{
?>
<div id="listing">
<div id="img_cont_1">
<div id="image_left">
<img width="80" height="123" src="<? echo"imagenes/".$row["imagen"];?>"/>
</div>
</div>
<h1><? print(htmlentities($row["titulo"]); ?></h1>
<p>><? print(htmlentities($row["texto"]); ?></p>
<? }; ?>
</div>




Les agradezco su ayuda y su tiempo.

Por kitsunekei1

86 de clabLevel



 

chrome
Citar            
MensajeEscrito el 07 Oct 2011 06:37 pm
¿Qué error?.

Por DriverOp

Claber

2510 de clabLevel



 

opera
Citar            
MensajeEscrito el 07 Oct 2011 06:48 pm
<h1>
<? print(htmlentities($row["titulo"]); ?>
</h1>
<p>>
<? print(htmlentities($row["texto"]); ?>
</p>
me marcaba que estas lineas tenian error de sintaxys

Por kitsunekei1

86 de clabLevel



 

chrome
Citar            
MensajeEscrito el 08 Oct 2011 03:26 pm
claro que te marca error fijate que no terminas de cerrar las parentesis del print
ERROR
print( htmlentities($row["texto"]);
CORRECTO
print( htmlentities($row["texto"]) );

Por tuadmin

Claber

598 de clabLevel



Genero:Masculino  

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.