Re: [PHP] pagenting logic to cut short

2003-06-05 Thread Haseeb Iqbal
hi, i made this script i think this will help all others as well i am not very good at PHP soo if you find anything that you things you can make better then plz do so and give me a copy as well so that i can also benefit. one problem this function was made for MSSQL will need some changes and will

RE: [PHP] pagenting logic to cut short

2003-06-04 Thread John W. Holmes
> I have successfully implemted "pagenting" on one of my pages to generate " > PREV 1,2,3,4 (etc) NEXT" depending on the records that are being returned > and the number of rows i specify in a LIMIT. > > One little problem, right now I have very few records so I dont mind it > giving a 1,2,3,4 etc

[PHP] pagenting logic to cut short

2003-06-04 Thread Ryan A
Hi guys, I have successfully implemted "pagenting" on one of my pages to generate " PREV 1,2,3,4 (etc) NEXT" depending on the records that are being returned and the number of rows i specify in a LIMIT. One little problem, right now I have very few records so I dont mind it giving a 1,2,3,4 etc ti