Category MYSQL

Codeigniter MySQL Pagination Example

Codeigniter MySQL Pagination Example The benefit of using any web application framework is that you don’t have to worry about the common tasks like input handling, form validation and the like, as the framework already provides wrappers for those features.…

Export Mysql Data To Excel Using PHP

In this post we will learn how to export mysql data into excel using PHP. There are many uses of this type of functionality i.e. we can take backup on daily basis , can transfer data , export data from…

Pagination Example In PHP And Mysql

In this post we will learn pagination example in PHP and MySQL. Pagination is very useful in case of huge amount of data. When we select data from huge amount of data we should avoid to display all data at…