My PHP knowledge is extremely limited so with someone saying read this wont help me much. Anyway... below should be everything one would need to assist me.
Thx in advance !
http://www.myu2sig.com/EoJCardLibrary.php
If you check out the above link you will see some tables where I'm pulling and displaying DB info. Well, I would like to have some pagination added to it but I can't find a way to do it using the "display method" I want.
This next link which you will find below is a txt file showing all of the code associated with the display of the data.
http://www.myu2sig.com/EoJCardLibrary.txt
Ok, so here's my question... would any of you be kind enough to please add pagination to the code for me but the display aspect of it should look something like this.
<< ? to ? of ? >>
The << & >> should act as the page left and page right buttons where as the ? to ? of ? should be pretty much self explanitory.
So lets say it's set to page at 25 items per page which is what I want, well on page one it should look something like << 1 to 25 of 311 >> and lets say on page 5 it should look something like << 101 to 125 of 311 >> the of ? figure would obviously be the number of records in the table from which the data is pulled and would change accordingly with each new record added.
Oh, and as for the placement of the << ? to ? of ? >> it can go in the td where the ... is which is displayed on the right if you check out the first link.