how do I display list of URLS say maximum 50 per web page from MySQL database??

Posted by mathew on Stack Overflow See other posts from Stack Overflow or by mathew
Published on 2010-05-13T17:40:09Z Indexed on 2010/05/13 17:44 UTC
Read the original article Hit count: 163

Filed under:
|

I do have thousands of urls in my database. what I want to do is display all urls in multiple pages say number of URLS per page is 100 and alphabetically then when ever a user search for a URL info it should get updated on relevant page. for example if it is google.com then it should get updated on "G" page and no duplicate entry. how can I do this with PHP and MySQL??

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql