hello i am using php4 + oracle (odbc) and it will be very helpful for u guys to let me know that after odbc_exec(), how can i print 20 record in one page and next in others, i mean 20 record in each page.
thx in advance.
Paras.
use this by using a LIMIT 20 on your queries, and passing your script a pagenumber to use in the SQL query's WHERE clause to tell it where to start.
there's an article on this very site on how to code next/previous buttons