Hello. I have built an search engine... php3+mysql and I need the function that split the results per 15 result in every page and automaticly put an "next" and "previous" links...
how do I do it??
Search the forum.
Use the LIMIT clause in your SQL statement to get results 0 to 10, or 11 to 20.
I know that i need to put this : SELECT field FROM table WHERE condition LIMIT startingpoint,numberofrecords
but how do i make automatic next and previous buttons?
just like PHPBUILDER.COM have in their search engine??
K I found it thenks..
I am looking for the same functionality. But here, I want to split a couple of paragraphs to display on one page and the next.
any idea ?
thanks