Today i will share Simple User Registration & Login Script in PHP and MySQLi, i will explain the basic functionality of registration and access secured area. In this tutorial user can register, login to member secured area and logout.
There are two ways to trigger to download a file.
HTML 5 Download Attribute.
Download File Using PHP Script.
The download attribute triggers a force download but it does not supported by Safari. Following are the versions that support download attribute.
Today in this tutorial i will going to explain how to restrict form submission if at least one checkbox is not checked, when a user press submit button an alert will appear to check at least one checkbox if at least one checkbox is not checked it means form will not be submitted, User will be required to check at least one checkbox to submit form.