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…
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…
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…
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…
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…
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…
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…