Re: [PHP-DB] using LIMIT

2001-04-08 Thread Sharmad Naik
On Sun, Apr 08, 2001 at 02:09:04AM -0300, Manuel Lemos wrote: > Hello Sharmad, > > On 06-Apr-01 08:33:54, you wrote: > > >Hi, > > Thanks for firstly helping me out with the prevoius query. > > I have a database with mem_id(int) and name(text) as its fields. > > In the first form (HTM

Re: [PHP-DB] using LIMIT

2001-04-07 Thread Manuel Lemos
Hello Sharmad, On 06-Apr-01 08:33:54, you wrote: >Hi, > Thanks for firstly helping me out with the prevoius query. > I have a database with mem_id(int) and name(text) as its fields. > In the first form (HTML) ,I take mem_id,name and count(used for LIMIT) > from the browse

Re: [PHP-DB] using LIMIT

2001-04-07 Thread Sharmad Naik
On Fri, Apr 06, 2001 at 02:15:34PM +0300, Dainius Vaskelis wrote: > I suppose that you are using MySQL (because of LIMIT operator in SQL query) I m using PostgreSql > So: > > In the second query i write a query whereby i say > > $result=pg_Exec($database,"SELECT mem_id,name from search LIMIT $co