Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/08/2008, 11:30
Avatar de kaninox
kaninox
 
Fecha de Ingreso: septiembre-2005
Ubicación: In my House
Mensajes: 3.597
Antigüedad: 18 años, 7 meses
Puntos: 49
Respuesta: error paginador!!???

segun esta linea..

$sql = "SELECT fotos FROM $tbl_name LIMIT $start, $limit";
$result = mysql_query($sql);

es $sql la variable que hace la consulta por lo que si quiere hacer un while deberia hacer...

Código PHP:
<?php
while($row mysql_fetch_array($sql))
{

// Your while loop here

}
?>
pruebe y nos comenta
__________________
Gokuh Salvo al mundo. PUNTO!!!!