-
Notifications
You must be signed in to change notification settings - Fork 0
Users
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 |