Hi,
I'm getting all my records from a database (total about 180 odd) I want to code to read how many I have and then display say 10 per page (maybe limit=10
limit=10
) but I alway was to have a script with all the 18 pages for all my 180 records with ten per page! if you see what i mean... I want this to adjust and have 20 21 22 pages when I add more records... any ideas?