In This Post I will show you Exporting functionality with Datatable, PHP, and MySQL.I got a huge response from readers on datatable with PHP tutorials, One of my reader request tutorial about datatable with export features. I have research and found that there is two option to add export features into datatable. Also Checkout other […]
Create REST API Example Using Lumen Micro Framework by Laravel -Part I
Rest Web service is a very popular service to communicate between client and server. There is a lot of front-end JavaScript framework available which is using web services to communicate with server.
Create REST API Example Using Lumen Micro Framework by Laravel – Part II
In first part of lumen rest tutorial, I have covered configuration of lumen framework. We have also learned how to connect with lumen with MySQL.
How To Enable Mod_Rewrite Module In Apache for Xampp/Wamp
In This tutorial, I will describe how to enabled and disabled mode rewrite module into your wamp/xampp. The mod_rewrite is an Apache web server module that is used to rewrite a URL at the server level.
Datatable Pagination, Sorting and Search – Server Side (PHP/MySQl) Using Ajax
The Datatable 1.10.9 has been released now, Datatable is the most popular grid plugin in web development. The main benefit of Datatable is the open source and light-weighted jquery plugin. You can use this plugin with other CSS frameworks like bootstrap and foundation. There are a lot of datatable plugins are available which useful to […]