Category: PHP
How to Transfer Files to Remote Server in PHP
Storing files or images on an external server is a common behavior nowadays. People use cloud storage like AWS, Azure, Google Cloud, Backblaze, or their…
Foreign Exchange Rates API with Currency Conversion in PHP
Recently I was working on a client’s project where I needed to collect payment from users all over the world. The client using Razorpay for…
How to Add Twitter OAuth Login in Website with PHP
Gone are the days when a user needs to fill the registration form, receive an email with an activation link and then activate their account….
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…
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 performance and makes 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 for Free in PHP
Finding Geolocation and country information of a user is necessary for most websites. Probably you need to show different content based on a user’s country,…
Send Email Using Mailjet(Alternative to Gmail SMTP Server) in PHP
The website owners regularly need to send emails to our users. If you are using PHP’s mail() function for sending emails then soon you will…
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…
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 payment online. However, PayPal API…