hello,
in php my admin, you can fine the value of the next id to be created, if you have 19 full slots the next will be id=20
is there away to print this number on a page?
what i am trying to do it make a page which displys the latest 10 submitions, and at the bottom have a link saying 'view next 10' and 'view pre. 10' BUT if your at the end of the list [id=1] it does not print 'view next 10'
the reson i need the next auto_increment value is for the first page. so you dont see 'view next 10'. because your viewing the lates ones.
[its like having lots of files in one folder, i want them listed from newest to oldest but only 10 per page, so i need them little buttons at the bottom saying before and after type thing, but you dont need them when your at the beginning of the list and end. am i just making this harder for myself?]