Chunk Upload
Posted in PHP

How to Implement Chunk Upload in PHP

Recently one of our readers asked about chunk uploading in PHP. They want to upload large files in a fast and reliable way. By implementing…

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

PayPal Payment Gateway Integration in Laravel

In the past, I published an article on PayPal Payment Gateway Integration in PHP. One of our readers asked about integrating the PayPal payment gateway…

Continue Reading...
Compress Image
Posted in PHP

Compress Images for Website using reSmush.it in PHP

Images make your website beautiful and add a better user experience for visitors. However, images can also affect the site’s performance and make your site…

Continue Reading...
IP2Location
Posted in PHP

Implementing IP Geolocation using Free IP2Location LITE and PHP

Visit any websites and you’ll most likely find some form of localization being used. The most common is the showing of ads local to you…

Continue Reading...
Geolocation
Posted in PHP

Find Geolocation using IP Address in PHP

Finding the Geolocation and country information of a user is necessary for most websites. Probably you need to show different content based on a user’s…

Continue Reading...
Mailjet Get Started
Posted in PHP

Send Email using Mailjet(Alternative to Gmail SMTP Server) in PHP

The website owners regularly need to send emails to the users. If you are using PHP’s mail() function then soon you will realize your emails…

Continue Reading...
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...