Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/10/2009, 09:11
Piojo91
 
Fecha de Ingreso: mayo-2008
Mensajes: 65
Antigüedad: 16 años
Puntos: 0
Páginador :(

Necesitaria que alguien me ayude, por que e leeido sobre el tema, e intentadp y siempre me sale "Error"
Quiero hacer un páginador para el siguiente códe:

Código PHP:
<? include("config.php");
$tabla mysql_query("SELECT * FROM juegos ORDER BY id ASC LIMIT 10");

while (
$registro mysql_fetch_array($tabla)) {
?> 


<img src="<? echo $registro["img"]  ; ?>" width="120" 
height="160">

<? }?>
Saludos, espero que no sea mucha molestia y alguien me ayude :)