In this tutorial, we will see an example PHP code to add pagination to a list of records retrieved from a database. I am using AJAX to fetch ...
March 11th, 2017
PHP REST API backed up with a MySQL database is a very common schematic of an Enterprise mobile application. When the scenario requires data ...
February 8th, 2017
Search is an important functionality of any information-centric application. Pagination is an integral part of the display when voluminous r ...
February 3rd, 2017
In this tutorial we are creating an example to do database operations Create, Read, Update and Delete (CRUD) in PHP using PDO connection. In ...
December 30th, 2016
Like social networking websites, we can see notification alerts on Facebook in the page header. This tutorial will add header notifications ...
November 22nd, 2016
When someone, simply affluent, could be smart enough in hiring you for the skills and imagination that he probably doesn’t possess, wh ...
June 3rd, 2016
Highlighting keywords in search results will help users identify relevant results quickly. In a previous tutorial, we have seen advanced sea ...
May 31st, 2016
Advanced search provides more options to the user to filter and narrow down the search result. Advanced search will be convenient for the en ...
May 30th, 2016
In this post, we are going to see an example to learn how to recover the forgot password. In this example we have a forgot password form to ...
March 23rd, 2016
In PHP we can sort database results based on a column field using MySQL order by clause. Previously, we have seen about how to change the My ...
March 9th, 2016