Hey guys i have to make php program in which i have to take data from database (table is student(stu_id , s_name , s_emailid)) from which i have to display only 10 records on first page and 4 buttons First , Last , Previous and next .
if user click on next in table i have to display next ten records on same page(replace older data of table) and if user click then previous then previous 10 records. and wiseversa for first and last.
i have no idea how i can do this so plz guys help me..