tags:

views:

190

answers:

2

Need to display data from database in different textbox of each value of one row. when i click the next button then show the next row's value in that textbox and when i click the previous button then show the previous row's value.

All code must be in php.

+1  A: 

What you want is called pagination.

Searching using "PHP Pagination" in Google gave me these results

Peter Spain
A: 
cxcx