[PHP-DB] Re: NEXT - PREVIOUS coding

2001-08-14 Thread Boaz Amit
Hi, what about other possibilities to do this ? Tom Other possibilities? Why not just utilize the second argument of the LIMIT function with a fairly simple SQL query? Here's a portion of a script I wrote, modified to be an example on this matter: ?php $articles_display_limit = 5; //

[PHP-DB] Re: NEXT - PREVIOUS coding

2001-08-13 Thread Tom
Hi, what about other possibilities to do this ? Tom U¿ytkownik Manuel Lemos [EMAIL PROTECTED] napisa³ w wiadomo¶ci [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello Pranot, On 16-Jul-01 06:09:33, you wrote: hi.. friends i have a database (mysql) in which their r many records. Through

[PHP-DB] Re: NEXT - PREVIOUS coding

2001-08-12 Thread Manuel Lemos
Hello Pranot, On 16-Jul-01 06:09:33, you wrote: hi.. friends i have a database (mysql) in which their r many records. Through PHP i want them to display on the page. Main requirement is that there should be a NEXT - PREVIOUS facility. So if there r 20 records and suppose only 10 should show

[PHP-DB] Re: NEXT - PREVIOUS coding

2001-07-16 Thread Manuel Lemos
Hello, Pranot Kokate wrote: hi.. friends i have a database (mysql) in which their r many records. Through PHP i want them to display on the page. Main requirement is that there should be a NEXT - PREVIOUS facility. So if there r 20 records and suppose only 10 should show up on scren