Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/03/2003, 16:53
Znet
 
Fecha de Ingreso: marzo-2002
Ubicación: Salta Capital - Actualmente estudiando en Córdoba
Mensajes: 430
Antigüedad: 23 años, 3 meses
Puntos: 0
PERDON A TODOS, YA LO HE LOGRADO, ERA PORQUE COLOCABA DOS VECES UN DO WHILE Y UNA VEZ UN LOOP, PERO EN FIN LA RESPUESTA QUE ENCONTRE EN LA BUSQUEDA POR SI A ALQUIEN LE SIERVE ES QUE SE HACE DE LA SIGUIENTE MANERA PARA PAGINAR CON UNA CANTIDAD DE REGISTROS POR FILA, ES DECIR

ANTES PAGINABAMOS ASI
1
2
3
4
5
6

AHORA CON ESTO LO HAREMOS ASI

|1|2|3|
|4|5|6|


ESTE ES EL CODE

Código PHP:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<
tr>
<% 
counter=while (NOT RS1.EOF) %>
<
td>
<
a href="<%=Rs1.fields.item("Cat_Url").value%>" style="text-decoration: none">
<%=
Rs1.fields.item("categoria").value%></a></td>
<% 
counter=counter+If counter MOd 3=0 Then Response.Write "</tr><tr>" Rs1.movenext() wend %> </tr> </table
__________________
Nada es imposible, con un poco de esfuerzo se logran las cosas.-