EQTitan
Diamond Member
I currently have a simple login script that I run to have technicians login to, but i'd like to add some new features.
Right now I basically have a single database named 180, with a table called users, and users has two fields username & password.
Now I'd like to add a sub field to Users, called inventory
Basically the user logs in and after doing so it will pull up their personal inventory, from there they'll be able to add or remove items from there inventory.
So, my question to you is how do I add this extra field to the data base? I'm using phpMyAdmin for my database work. Also each persons inventory will be blank the first time they login.
Thanks
Right now I basically have a single database named 180, with a table called users, and users has two fields username & password.
Now I'd like to add a sub field to Users, called inventory
Basically the user logs in and after doing so it will pull up their personal inventory, from there they'll be able to add or remove items from there inventory.
So, my question to you is how do I add this extra field to the data base? I'm using phpMyAdmin for my database work. Also each persons inventory will be blank the first time they login.
Thanks