Re: [PHP-WIN] PHP sql to table code

2004-03-24 Thread trystano
Sitepoint.com have a very nice tutorial/article on this. I also have another tutorial URL in my house, so will have to post that link when I get home. Tryst -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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