PHP Code Samples - Page 2

Object-Oriented Poll System using PHP

Object-oriented programming is used to design, develop and implement many simple as well as complex applications. We have already seen objec ...

March 27th, 2018

Show Image Thumbnail by YouTube Video URL using PHP

Thumbnails are used for preview a single or group of media entities in a single explorer window. By showing thumbnails, we can have a shortc ...

February 27th, 2018

Star Rating with PHP and jQuery AJAX

The star rating ranks pages, articles, or posts published to the end user. This will help the user to identify and shortlist quality content ...

January 22nd, 2018

Extract Content using PHP and Preview like Facebook

While sharing URLs, if the client automatically extracts the title and image to post it as a preview, then that would be nice. On many socia ...

December 15th, 2017

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 MySQL Date Range Search with jQuery DatePicker

In this tutorial, we are going to see how to search database records date between two given ranges. It will return the filtered results from ...

February 14th, 2016

User Login Session Timeout Logout in PHP

This PHP tutorial is used for setting user login session expiration time for the logged-in user. Once this time is elapsed, the user no long ...

November 24th, 2014

PHP CRUD with Search and Pagination

Making a CRUD system is one of the primeĀ and regular requirements in most of the software. It is nothing but the collection functionalities ...

November 2nd, 2014

Command Line PHP

Using PHP through the command line is possible and we will see how to do it in this tutorial. Generally, PHP is used for creating web-based ...

August 25th, 2014

↑ Back to Top