Latest Posts From Demos

How to add hCaptcha in PHP forms with live example

In this tutorial, we will show you how to add hCaptcha in PHP forms. hCaptcha is the most growing CAPTCHA service which is the best and only one alternative of Google reCaptcha. As we know that Google reCaptcha is a widely used captcha service to prevent any kind of spambot[...]

24th Nov 2020 Manas Singh 0
Add Google reCAPTCHA V3 in PHP contact form with live demo

Google has launched a new and enhanced version of recaptcha called Google reCAPTCHA v3. It gives more security against the spam bot or abuse in your web forms. Google reCAPTCHA v3 works on the basis of spam score which means that the reCAPTCHA v3 API returns the spam score of[...]

17th Dec 2020 Manas Singh 0
Integrate Google reCAPTCHA in PHP with example

Google reCAPTCHA has now become one of the best solutions to prevent any kind of spam bot without any extra effort. The reCAPTCHA allows the user to make sure that he is a real human, and not any spam bot by clicking on the checkbox to validate. It is designed[...]

04th Nov 2020 Manas Singh 0
How to generate QR Code using php

QR code is just a conventional two dimensional barcode or a matrix barcode which is using for a quick response or to retrieve small piece of data by scanning the QR image from your phone or any QR scanner. These days, several  recent applications are using QR code to store[...]

29th Jul 2020 Manas Singh 0
Laravel 5.5 CRUD operation with Vuejs 2.0 step by step explanation

In my previous article, I had shown you how to do CRUD operation using Laravel. In this article, I am going to take it to the next level of CRUD operation. I am going to show you to do CRUD operation using Vuejs with Laravel. Scope of this project: Using[...]

24th Sep 2020 Manas Singh 0
Display Browser Web Push Notification in web application

The new Browser desktop notification system provide us the ability to send notification directly to your desktop from any web application. Push notification system is very important and general in mobile device to get engaged your users by sending your important notification. It is very important to get returning user[...]

18th Jul 2020 Manas Singh 0
Multiple image upload and resize using AJAX and PHP

One of the most important features in the social media platforms is uploading and resizing multiple images using ajax without refreshing the web page. If you manage a website that serves a lot of users' data, you need to decrease the transferred data from your server to the browser as[...]

28th Sep 2020 Manas Singh 0
Server Side Filtering using jQuery Ajax PHP and MySQL

When you have records or data in thousands or millions, it is difficult to find any data or record Manually.  For that type of problem, we use filtering to find records from thousands or millions. If you are working with a lot of data, you will obviously need server-side filtering.[...]

28th Sep 2020 Manas Singh 0
Autocomplete Places Search Box using Google Maps JavaScript API

Sometime you might need to add Google Maps on your website or app for searching the location or direction of the place. It is easy to find out location or direction to reach on any location by using Google Maps. Type place name, autocomplete address suggestion appear then select the[...]

28th Sep 2020 Manas Singh 0