Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/07/2006, 07:17
Avatar de .php
.php
 
Fecha de Ingreso: julio-2006
Mensajes: 481
Antigüedad: 17 años, 9 meses
Puntos: 5
las flechas que avanzan y retroceden los registros seria algo asi:
Código HTML:
<A href='index.php?PagNum=<? echo $PagNum - 1; ?><img src="../img/Previous.gif" border=0></A>

<A href='index.php?PagNum=<? echo $PagNum + 1; ?><img src="../img/Next.gif" border=0></A>