|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
My routine builds an HTML table of all the returning results from a Mysql query. Sometimes the rows that are returned are so many that one has to do alot of scrolling.
Does anyone have a solution so I can display 10 records at a time giving the option to jump ahead or jump back a page at a time? |
|
#2
|
|||
|
|||
|
Visualize records with condition that they are in range of values from 'FirstPositon' to 'LastPosition'. You can pass 'FirstPositon' and 'LastPosition' thru set of links or submiting like http://yourpage?FirstPositon=20&LastPosition=30.
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by razormind: My routine builds an HTML table of all the returning results from a Mysql query. Sometimes the rows that are returned are so many that one has to do alot of scrolling. Does anyone have a solution so I can display 10 records at a time giving the option to jump ahead or jump back a page at a time? [/quote] |
|
#3
|
|||
|
|||
|
I see what you mean... Do you have an example
that I can look at? I am still fairly new to programming. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Back and Next HTML page Routine |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|