ok I got my login script working ( I think ) and I had previously made a database with a table called "users" but hadnt put anything actually in the database. So Im kinda stuck on how to actually add Usernames and Passwords
It would look something like
INSERT INTO users (username,password) VALUES ('$username', '$password')
where the variables (quoted) are your own and the field names (not quoted) are the real field names.