LinkedIn Login
Posted in PHP

How to Implement Login with LinkedIn in Website with PHP

Social Login is a popular term nowadays. A lot of websites allow the user to sign in using their social accounts. By using social login,…

Continue Reading...
Compress Image
Posted in PHP

Upload and Compress Multiple Images in PHP

Recently one of our readers asked how to upload and compress multiple images in PHP. There are certain scenarios where you need to allow users…

Continue Reading...
crypto coins
Posted in PHP

How to Get Real-Time Crypto Coin Market Rates in PHP

Are you looking to find real-time crypto coin prices programmatically? Cryptocurrencies have gained immense popularity in recent years. As a result, new products are introduced…

Continue Reading...
Posted in PHP

How to Detect Mobile Device in PHP

Recently while working on a client’s project, we came across a situation where we need to display different sliders on a website for desktop and…

Continue Reading...
Newsletter
Posted in PHP

How to do MailChimp Integration in Your Website

Are you looking to integrate the MailChimp newsletter on your website? MailChimp is one of the popular email marketing services, which manages the subscribers for…

Continue Reading...
Geolocation
Posted in PHP

How to Get Geolocation from IP in PHP

Are you looking to fetch the user’s Geolocation from an IP address in PHP? Using Geolocation you would know where your website visitors are located….

Continue Reading...
Phone number validation
Posted in PHP

numverify – A Phone Number Validation API

Recently in one of the client’s projects, we integrated a numverify API for phone number validation. The numverify service checks if the phone number is…

Continue Reading...
CAPTCHA
Posted in PHP

Integrate Google Invisible reCAPTCHA with PHP

Adding a captcha on the website forms is always been recommended. It’ll save your inbox and database from being filled with tons of spam. Cleaning…

Continue Reading...
datatable-records
Posted in PHP

How to Use DataTables in PHP

Do you want to integrate DataTables into your application? DataTables adds advanced interaction controls to your HTML tables. This service is popular for listing tabular…

Continue Reading...
HTML to PDF
Posted in PHP

How to Convert HTML to PDF in PHP

PDF(Portable Document Format) is a file format that includes text formatting and images in a fixed layout. The PDF is independent of application software, hardware,…

Continue Reading...