Re: [nyphp-talk] pagination of search results with ldap

2007-04-06 Thread Michael B Allen
On Fri, 6 Apr 2007 09:58:48 -0400 "Alex C" <[EMAIL PROTECTED]> wrote: > Hi All, > > I would like to know what would be the best way to do paged search > results for LDAP. Is it even possible to do it similiar to mysql limit > offset functionality? Or should i do it via PHP. However, I do know >

[nyphp-talk] pagination of search results with ldap

2007-04-06 Thread Alex C
Hi All, I would like to know what would be the best way to do paged search results for LDAP. Is it even possible to do it similiar to mysql limit offset functionality? Or should i do it via PHP. However, I do know LDAP has pagedSearch control. i don't know how or if i need to invoke it via php