Author: Sajid
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…
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…
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…
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…
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…
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…
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,…
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….
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…
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…