Skip to content
Aroop 'FinlayDaG33k' Roelofs edited this page Jan 25, 2017 · 1 revision

The Users class makes it easier for developers to integrate logins in their website.

Below is a small list of functions you can use:

Function Arguments (In Order) Example call Possible Outputs Description
Login conn,table,Username,Password $Users->Login($mysqli_conn,"SimpleLogins,$_POST['Username'],$_POST['Password']); 1,0

Clone this wiki locally