PHP - Page 24

AJAX Pagination with PHP

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 MySQL REST API for Android

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

PHP Search and Pagination using PDO

Search is an important functionality of any information-centric application. Pagination is an integral part of the display when voluminous r ...

February 3rd, 2017

PHP PDO CRUD

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

Facebook Like Header Notification in PHP

Like social networking websites, we can see notification alerts on Facebook in the page header. This tutorial will add header notifications ...

November 22nd, 2016

How to Become a Full Time Freelance PHP Developer and Consultant

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 with PHP

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 using PHP

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

PHP Forgot Password Recover Code

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

Sorting MySQL Column using PHP

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

↑ Back to Top