Re: [PHP] Limits and php...

2003-10-07 Thread Curt Zirzow
* Thus wrote Jay Blanchard ([EMAIL PROTECTED]): > [snip] > I have been trying to understand how to write a simple code that will > let me limit the number of files view to 10 records, but I need to > under how php can look at a number of records and then caculates how > many pages it needs to s

RE: [PHP] Limits and php...

2003-10-07 Thread Jay Blanchard
[snip] I have been trying to understand how to write a simple code that will let me limit the number of files view to 10 records, but I need to under how php can look at a number of records and then caculates how many pages it needs to show all records. Is there some sample code that shows how

[PHP] Limits and php...

2003-10-07 Thread Payne
Hi, I have been trying to understand how to write a simple code that will let me limit the number of files view to 10 records, but I need to under how php can look at a number of records and then caculates how many pages it needs to show all records. Is there some sample code that shows how t

Re: [PHP] Limits and PHP

2002-04-11 Thread Justin French
You'd actually do it with LIMIT in your MySQL statement. There's an article on phpbuilder.com http://phpbuilder.com/columns/rod20001214.php3 or check out LIMIT in the MySQL manual. Justin French Creative Director http://Indent.com.au on 11/04/02 9:

[PHP] Limits and PHP

2002-04-11 Thread Chuck \"PUP\" Payne
Hi, I would to know what is a good example of how to use limits within PHP. I have an SQL statement that looks at a database and pulls from it and all items in it, but like to be able to show let said ten items on one page then you press like to get the next twenty and so and so until there is no