Get Information
Posted in PHP

How to Get Video Information from YouTube and Other Platforms in PHP

Recently, I came across this GitHub library which gives us the ability to get Video information from YouTube and other video platforms. It gives support…

Continue Reading...
Add Code After Body Tag
Posted in WordPress

How to Add Code After the Body Tag in WordPress

On the website, we usually need to insert code after the body tag. Normally, this is an unseen JavaScript code within a script tag. External…

Continue Reading...
Create PayPal REST API APP
Posted in PHP

PayPal Payment Gateway Integration in PHP using PayPal REST API

PayPal is one of the most trusted payment gateways on the Internet. It is widely used on websites to accept online payments. However, integrating the…

Continue Reading...
Rest Client
Posted in General

Rest Client Extension for Visual Studio Code

The workflow of web development changing rapidly nowadays. The users are preferred to build websites using JavaScript frameworks/libraries like React, Vue, Angular. While building a…

Continue Reading...
Posted in PHP

How to Read Text from Image in PHP

Do you want to read text from an image in PHP? There are certain scenarios where you want to programmatically extract the text written on…

Continue Reading...
PHP Syntax
Posted in General

PRISM – A Nicely Done Syntax Highlighter for Your Website

If you are running a programming blog or website which explains how to code then you need to display code on your web pages. Your…

Continue Reading...
Dropbox App
Posted in Laravel

Backup Laravel Application on Dropbox

Storing application backup on the cloud is always recommended. You never know when you might need to restore your site from the backup. Amazon S3,…

Continue Reading...
Split Terminal
Posted in General

How to Split the Terminal on Windows OS

If you are a developer, you might works on multiple projects at a time. In the recent web development process, we widely used the terminals….

Continue Reading...
Credit Card
Posted in PHP

Accept Credit Card Payments using PayPal Payments Pro in PHP

Are you looking to integrate a payment gateway that accepts credit card payments? Credit card payment is one of the best options to accept online…

Continue Reading...
Newsletter
Posted in WordPress

Mailchimp Integration in WordPress Without Using a Plugin

When it comes to WordPress you will get almost every kind of plugin that works as per your expectation. Using plugins on the WordPress website…

Continue Reading...