Posted in PHP

How to Create a PHP Login System for Your Website

Are you looking to create a login system on your website with PHP? Having a website login system allows access to important pages only to…

Continue Reading...
Posted in PHP

Get YouTube Video List by Keywords Using YouTube Search API

YouTube is the second-largest search engine in the world. Due to its immense popularity, many users integrate YouTube-related functionalities into their websites. This includes embedding…

Continue Reading...
Posted in PHP

Move Zip File From Server To Server Using Ajax

This is a quick post on the topic of moving zip files from server to server using Ajax. Recently, I have worked on a similar…

Continue Reading...
Posted in PHP

Set Timezone in PHP By Editing php.ini File

Do you want to set or change a timezone in PHP? PHP runs on a server that has its own timezone. The date and time…

Continue Reading...
Posted in PHP

How to Get Thumbnail from YouTube, Vimeo and Dailymotion Videos

Are you looking to get the thumbnail of the YouTube, Vimeo, and Dailymotion videos? These 3 are the most popular video-sharing websites on the internet….

Continue Reading...
Posted in PHP

How to Get YouTube Video Tags Using YouTube API

Recently I worked on a project where our client wants to get tags for YouTube videos. They are running their YouTube channel and wanted a…

Continue Reading...
Posted in PHP

Ajax File Upload with PHP and jQuery

Are you looking for a file upload using Ajax in PHP? Uploading a file through Ajax is a preferred way. It adds a better user…

Continue Reading...
Posted in PHP

YouTube API – How to Get List of YouTube Videos of Your Channel

Recently one of our readers asked about getting a list of videos on a YouTube channel. They wanted to show their video list in tabular…

Continue Reading...
Posted in Javascript PHP

How to Detect Browser in PHP and JavaScript

Do you want to detect a user’s browser programmatically? Sometimes you need to show different flows or content on the basis of the browser being…

Continue Reading...
Posted in PHP

A Guide For How To Use Twitter Search API

Do you want to implement Twitter Search API on your website? Twitter REST APIs provide a way for developers so they can search tweets or…

Continue Reading...