Assistance would be apreciated
Posted: Wed Nov 22, 2006 9:11 pm
I wouldnt post this if I couldnt find a post to match it, but I searched for half an hour, huge number of results nothing quite what I need.
I have an array. It is a memberlist and I need to split it up into multiple pages+ depending on how many members there are, say 50 members per page, I would like to have it automaticly create a new page if over the amount on a page is entered, if possible I would prefer to use $_GET then actually create a new page (eg(members.php?page=3) intead of (members3.php)) I have thought of a way to do this, but it would involve an extra column in my mysql database, this isnt as practical as I would like so I would apreciate it if someone would offer me an alternative, thanks heaps Jack(the noob)
I have an array. It is a memberlist and I need to split it up into multiple pages+ depending on how many members there are, say 50 members per page, I would like to have it automaticly create a new page if over the amount on a page is entered, if possible I would prefer to use $_GET then actually create a new page (eg(members.php?page=3) intead of (members3.php)) I have thought of a way to do this, but it would involve an extra column in my mysql database, this isnt as practical as I would like so I would apreciate it if someone would offer me an alternative, thanks heaps Jack(the noob)
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.