|
Say you have 30 apples in your basket and you want to seperate it to 10 on every table. 10 apples per table right? There will be no number 1's except for the one that is started on table 1.
Table 1: 1,2,3,4,5,6,7,8,9,10
Table 2: 11,12,13,14... etc
Everytime I go to a new "table" the numbers get reset:
Table 1: 1,2,3,4,5,6,7,8,9,10
Table 2: 1,2,3,4,5,6,7,8,9,10
How can I overcome this?
Note: Using MySQL to pull out the data and using "<ol><li>$item</li></ol>" to display the data.
Thanks
Last edited by feraira; 09-21-2007 at 02:55 PM..
Reason: Fixed ul to ol
|