hello everyone i am currently working on a php script on my website. I wanted to make a script for registering users. So that they may log in, log out, register, and access member only functions.
I found a good tutorial online but since im fairly new to php and have never worked with SQL i dont have a good idea of what i am doing.
In the website below the user says to make a SQL table so we can keep track of all the members. I have gone into my webhosting control panel and have made a new SQL table but i have no way of modfying it with what he says to put in it.
http://www.trap17.com/forums/Php-Simple-Login-Tutorial-t7887.html
Name the table "dbUsers." It will need 4 fields:
Name Type Addition
id int(10) Primary Key, AUTO_INCREMENT
username varchar(16) Unique
password char(16)
email varchar(25)
I would appreciate any help. I am quite lost with this :(