session

How to Disable Submit Button on Three Unsuccessful Login Attempts in PHP

Submitted by nurhodelta_17 on
This tutorial tackles how to disable submit or submit button if three unsuccessful login attempts are made. In this tutorial, we are going to make use of PHP sessions. Adding a submit button on the form makes the form dependent on the button meaning that if the button is disabled, the form won't be submitted.

Simple Shopping Cart using Session in PHP Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple shopping cart using session in PHP. This tutorial is intended before the user actually logged into your e-commerce site. It would be a different story if the user logged into the system since where are going to use its user id for the cart of the specific user.

Angular JS Login with Session using PHP/MySQLi Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles how to create a login page using Angular JS and set SESSION with PHP/MySQLi. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. In this tutorial, we'll set up PHP Session to prevent users from going into our homepage if not authenticated.