eBackpack is a app focused on making organization easier for student by digitizing the common student backpack. Thus relieving the strain on their back a backpack full or folders, textbooks, and notebooks can inflict, and centralizes a students school supplies.
When log in, checking the username and related password to verify the log in information by using the sql function
Create new user will use sql function to save new account information into the database. If the username is already taken, system will tell the user to pick another username.
By using sql function, change password will change the corresponding password stored in database.
Update sql function allows users to change their personal information
72
When log in, checking the username and related password to verify the log in information by using the sql function
Create new user will use sql function to save new account information into the database. If the username is already taken, system will tell the user to pick another username.
By using sql function, change password will change the corresponding password stored in database.
Update sql function allows users to change their personal information