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
I found a great little snippet by accident that does the "Previous 123 Next" links. If anyone is interested, here's the link to it: http://www.phpbuilder.net/snippet/detail.php?type=snippet&id=21 - Original Message - From: "Shane McBride" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

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,