hi all, I have a problem with db informix: how can I display the data extract from the db page by page? example: I must display 20 email addresses in 4 pages, 5 email for page. In mysql exist the query like that: "select * from nametable order by email limit 5,20" How can I do? thanks Luigi
-- 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]