[PHP-WIN] I need to display records of a Database on html,

2004-03-24 Thread M.Feoli
Hi, I am rephrasing my last question, I have a database which I need to access via Web, and display multiple pages of the resulting records of the select statement I issue. Is there a code for this out there, which I could start with. thanks -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] PHP sql to table code

2004-03-24 Thread M.Feoli
Hi, all Does anyone knows where to find a sample of a code that takes an SQL and delivers a paged report on html? say for example 200 records come out of the sql search, so it displays the first page of 50 records, and shows at the bottom the numbers 2,3,4 to move forward on pages. Am I aski