Re: [PHP] Help: Google like page functions

2001-01-23 Thread jeremy brand
/www.smackdown.com/ On Tue, 23 Jan 2001, Shane McBride wrote: > Date: Tue, 23 Jan 2001 20:59:03 -0500 > From: Shane McBride <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Help: Google like page functions > > I found a great little snippet by acci

Re: [PHP] Help: Google like page functions

2001-01-23 Thread Shane McBride
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 23, 2001 6:35 PM Subject: [PHP] Help: Google like page functions I thought this had been addressed earlier, but I could not find the thread. If I have a MySQL DB that has 50 records in it and I want to display 5 per page. How do I do th

Re: [PHP] Help: Google like page functions

2001-01-23 Thread Ashley M. Kirchner
Shane McBride wrote: > If I have a MySQL DB that has 50 records in it and I want to display 5 per page. How >do I do this. Also, 50 was just a nice round number, the number will change >constantly. $sql = "select * from table limit 0,5"; <-- first 5 $sql = "select * from table limit 5,

[PHP] Help: Google like page functions

2001-01-23 Thread Shane McBride
I thought this had been addressed earlier, but I could not find the thread. If I have a MySQL DB that has 50 records in it and I want to display 5 per page. How do I do this. Also, 50 was just a nice round number, the number will change constantly. All the search engines are doing this type of