Insert, View, Edit and Delete Record from Database Using PHP and MySQLi


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

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Simple User Registration & Login Script in PHP and MySQLi


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.

258 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Trigger to Download a File When Clicking Link


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

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Submit Form if At Least One Checkbox is Checked


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.

17 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks