Category: 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,…
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…
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…
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…
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…
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….
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…
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…
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…
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,…