In this tutorial i will explain how to insert, view, edit and delete record from database using PHP and Mysqli, basically this tutorial is a second part of Simple User Registration & Login Script in PHP and MySQLi, in this first part i explained how to create simple user registration and login using PHP and MySQLi.
313 Comments
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.
261 Comments
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.
19 Comments