Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/03/2011, 04:26
tesimi
 
Fecha de Ingreso: febrero-2011
Mensajes: 17
Antigüedad: 13 años, 2 meses
Puntos: 0
Respuesta: Gestión tabla mysql con php

Cita:
Iniciado por sigher Ver Mensaje
en la linea 13 pone ehco, tendria que ser
Código PHP:
Ver original
  1. echo

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>