Hello,

Vipin Chandran wrote:
> 
> Hello,
> I am presently developing a search engine..I would like to have a script for
> paging through my database results...like "displaying 1 to 20 of 300
> matches" and so on..

You may want to try to use Metabase which is a PHP abstraction package
that provides that facility for all supported databases:

http://phpclasses.UpperDesign.com/browse.html/package/20

You may also want to try this Query display result class that takes
advantage of Metabase to display query results in HTML tables with links
to go between result pages:

http://phpclasses.UpperDesign.com/browse.html/package/130

Manuel Lemos

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to