php make next set of items on a limited while loop -
relates to the above topic, if the example Ill is showing the next 10 items on a separate block (Page or other loop), what can be the code for it?
Personally I do not agree with your example link with loops in my humble opinion It is a bit old to pass some data processing and offset a limit, such as the database query with LIMIT 0,10 or LIMIT 10,10 (in MySQL) is more common. Then you can learn only a few through the whole set, because you will always get the maximum of 10.
If you search something like "PHP MySQL endorsement" then you will find many resources on Google that explain it
Your question is very common to give you a specific answer.
Comments
Post a Comment