angular-route

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.

AngularJS Signup/Register using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Signup/Registration form using Angular JS with the help of PHP/MySQLi to handle our MySQL Database. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. After a successful register in this tutorial, the user is directed to our homepage.