Hi all, I've to show, how to integrate Google reCAPTCHA in PHP form. reCAPTCHA protects your website from spam and abuse in form submission. reCAPTCHA uses an advanced risk analysis engine and adaptive challenges to keep automated software from engaging in abusive activities on your website. Here I've
HTML
Corners Position Picker Using HTML CSS
Fetching current location address using GeoLocation and Google Map
HTML Geolocation API is used to fetch geographical position of a user. It can be possible only the user approves it. Geolocation is more accurate for the GPS Enabled mobile devices and others less accuracy. In this post how retrieve the address using Geolocation and Google Map API. HTML <html> <body> <input type='button' value='Find
How to Prevent HTML Form Re-submission
Sometimes HTML form are resubmitted by pressing Function Key (F5). In this post how to prevent HTML form re-submission. This can be done by following methods. Adding different submission URL to action property. Using session variable to prevent form re-submission. In the form tag add different submission URL to action. The
Pure Javascript Countdown Timer
Hey guys! Countdown timers used for New website launching, Offering Deal or Shopping deadlines in Ecommerce website, Movie release, Shows, online exams and more. Countdown timers can be useful for all online activities. I've share the simple countdown timers script using pure JavaScript. Input format: var target_date = new Date(2020,6,28,0,0,00).getTime(); //var target_date =