Re: [PHP] Re: Limits and php...

2003-10-10 Thread Curt Zirzow
* Thus wrote Robert Cummings ([EMAIL PROTECTED]): > On Fri, 2003-10-10 at 12:12, Jason Wong wrote: > > On Friday 10 October 2003 22:44, Robert Cummings wrote: > > > > > > *Most* bottom posters are savvy enough to trim posts adequately to ensure > > > > that there is no crap to wade through whilst

Re: [PHP] Re: Limits and php...

2003-10-10 Thread Robert Cummings
On Fri, 2003-10-10 at 12:12, Jason Wong wrote: > On Friday 10 October 2003 22:44, Robert Cummings wrote: > > > > *Most* bottom posters are savvy enough to trim posts adequately to ensure > > > that there is no crap to wade through whilst maintaining some kind of > > > continuity within a thread. >

Re: [PHP] Re: Limits and php...

2003-10-10 Thread Jason Wong
On Friday 10 October 2003 22:44, Robert Cummings wrote: > > *Most* bottom posters are savvy enough to trim posts adequately to ensure > > that there is no crap to wade through whilst maintaining some kind of > > continuity within a thread. > > I'll call this premise one, which is by no means a tau

Re: [PHP] Re: Limits and php...

2003-10-10 Thread Robert Cummings
On Fri, 2003-10-10 at 03:43, Jason Wong wrote: > On Friday 10 October 2003 11:02, Robert Cummings wrote: > > If you've been following a thread then you'll have read everything > > anyways. If you bottom post I gotta scan through all the crap I've > > already read, and that often involves employing

Re: [PHP] Re: Limits and php...

2003-10-10 Thread Jason Wong
On Friday 10 October 2003 11:02, Robert Cummings wrote: > If you've been following a thread then you'll have read everything > anyways. If you bottom post I gotta scan through all the crap I've > already read, and that often involves employing the down arrow or mouse. One of the bad habits that to

Re: [PHP] Re: Limits and php...

2003-10-09 Thread Robert Cummings
If you've been following a thread then you'll have read everything anyways. If you bottom post I gotta scan through all the crap I've already read, and that often involves employing the down arrow or mouse. Top posting is more efficient for those who are following along. Cheers, Rob. On Thu, 2003

[PHP] Re: Limits and php...

2003-10-09 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > 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

[PHP] Re: Limits and PHP

2002-04-11 Thread Michael Virnstein
ok, if you're using mysql you can use the LIMIT function in your statement: SELECT * FROM table LIMIT 0, 30 would show 30 rows starting from row 1. you can set a variable telling your php script how many entries per page you will show: $showlines = 10; and telling your script where to start the