PHP - Page 18

Search Videos by Keyword using PHP YouTube Data API

If you want to list YouTube Videos on your web page, you need to access the Google API YouTube Data API library. In a previous tutorial, we ...

May 11th, 2018

Extracting Title Description Thumbnail using Youtube Data API

YouTube Data API library can be used to implement API-based access to YouTube videos. Using this library we can extract video data like titl ...

May 3rd, 2018

Track Individual Logged in Users using Google Analytics

In general, Google Analytics provides aggregate statistics. It gives us enormous ability and insights into the website traffic. Is it really ...

April 30th, 2018

PHP Shopping Cart without Database

A shopping cart application will have a catalog to showcase products as a gallery. The products can be stored in a database, file or any oth ...

April 25th, 2018

Country-State-City Example: Cascading jQuery AJAX Dependent Dropdown in PHP

A best example for creating dependent dropdown with three most required inter-dependent entities country, state, city using PHP, MySQL and A ...

April 24th, 2018

PHP Responsive Image Gallery using CSS Media Queries

Gallery is a great way to showcase data in a grid view so that its appealing to the users. Its one of the nicest way to present your product ...

April 13th, 2018

PHP Calendar Event Management using FullCalendar JavaScript Library

Managing events in a calendar will be intuitive for the users. In the form based event management, the user has to enter more data like even ...

April 11th, 2018

Object-Oriented CRUD System using PHP PDO and MySQL

Database CRUD is one of a common functional pack that is required to manage and manipulate data of an entity based application. We have alre ...

April 10th, 2018

Creating Dynamic Data Graph using PHP and Chart.js

If we want to visualize statistics, graphs are one of the best ways of representation. Understanding data becomes easy and obvious with the ...

March 31st, 2018

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

↑ Back to Top