But. I do need a little help so here we go.
Here is the info you need to know to help..
There is a user, the user has friends the ID's of his friends are stored in mysql database under a colum 'Friends' stored as '1, 2, 3, 4,' etc.
Php uses strtok() to grab each friendID how would I create a page to see how many friends there are then display them every 50 friends or so.
I know I can use strtok() to split the up every ', ' comma and space but setting it up so php prints the amount of strtok()'s I need and sets it up per page.
Right now I would only like say the numbers to be displayed.
If strtok() is not the right way to approach this please let me know how then.
Oh and a tip. I suck with object oriented.
All help is appreciated