I have a simple database which stores information about various music artists.
Users can insert new entries to a particular artist, eg:
artists
->album1
->album2
->album3 ...etc
What Im having trouble with is on the main page (the page where you click the artists name) should a particular artists have more than say 5 entries beside it, I want to display a link to jump to a particular page.
I guess what Im trying to do is similar to a forum, when a particular post has lots and lots of replies, it displays [1 2 3] and you can click to jump to page 3 of replies, or whichever page you wish.
How can i create a function that counts the number of add ons to my artist database and if it is above a certain value (5) it displays [1 2], and then so on as more entries are added??
Get me? ive tried to be as clear as possible!!! 😃
Pablo de la Pena