hi I have a large database & i am getting values from that database. I get the data from databse but the problem is that all data on one page. I want to 30 records at one page & then it create pages & add pages as records finished in database according to 30 records on page Thanks in advance
You are looking for Pagination, depending on the framework you are using, most have pagination already implemented. If you are not using a framework, try googling any of the many available "php pagination" tutorials.