Cloud
Posted in PHP

How To Upload Images Using PHP On Cloudinary – A Free Image Hosting Service

CDN is not a new word for web developers. CDN means content delivery network or content distribution network. Hosting our CSS, JS, and images on…

Continue Reading...
Text Message
Posted in PHP

How To Send Text Message From Website Using Nexmo API And PHP

Are you looking to send a text message from your PHP-powered website? By sending text messages, you can notify users about new events, deals or…

Continue Reading...
TinyURL
Posted in PHP

Create TinyURL Using Bitly API in PHP

Are you looking to create short links for long URLs? Short link or TinyURL is easy to share via email and on social media. When…

Continue Reading...
S3
Posted in PHP

Upload Files to Amazon S3 Using AWS PHP SDK

Do you want to upload files to Amazon S3 programmatically? Amazon S3 is a cloud storage service where one can store files, images, or any…

Continue Reading...
Posted in PHP

Using Google reCAPTCHA On Your Website Forms With PHP

Are you looking to integrate Google reCAPTCHA into your website? Google provides a reCAPTCHA service which adds the “I’m not a robot” checkbox in your…

Continue Reading...
Newsletter
Posted in PHP

Mailchimp Integration On a Website Using Mailchimp API and PHP

Mailchimp is one of the popular email marketing services which manages the subscribers of your website. Using Mailchimp, you can send a newsletter to your…

Continue Reading...
WordPress Search
Posted in PHP

How to Add Google Adsense Search Box On A Website

Google Adsense is one of the popular ways to make money online by placing advertisements on the website. To get the approval of Adsense, you…

Continue Reading...
Credit Card
Posted in PHP

How To Set Up Recurring Payments In Authorize.net

We have written an article Accept Credit Card Payment Using Authorize.net Payment Gateway. In that article, we discussed how one can receive credit card payment…

Continue Reading...
Credit Card
Posted in PHP

Accept Credit Card Payment using Authorize.Net Payment Gateway in PHP

Do you want to integrate a credit card payment option on your website? If yes, then Authorize.Net is a good choice for you. Founded in…

Continue Reading...
Bulletproof
Posted in PHP

Upload Image using Bulletproof Library in PHP

Uploading an image on the server is a common task for developers. One may have done this task hundreds of times. During this upload process,…

Continue Reading...