Cita:
Iniciado por sigher
en la linea 13 pone ehco, tendria que ser
mas error te da exactamente?
Lo del echo si lo ví.
Te lo pongo tal cual lo tengo ahora.
Código PHP:
<?php
include("conexion.php");
$consulta="select * from imagenes";
$dato=mysql_query($consulta,$conexion);
?>
<div id="bannernoticias">
<img src="imagenes/imagenesjuegos.png" width="569">
</div>
<h1 align="center"><strong><u>LISTADO:</u></strong></h1>
<?php
while ($fila=mysql_fetch_array($dato))
{
echo "<p align="center"><a href="juegos.php?n=?><?php print $fila["titulo"];?>"> <?php print $fila["titulo"];?></a>
<?php
}
?>
<p align="center"><a href="index.php">INICIO</a>