Hello, I have a small problem with a PHP script Im trying to make.
I've made a database designed to learn words (for a project)
The database consists of three tables:
Table users, with a.o.:
-userID(primary key)
-username
-e-mail
Tabel lists(lists of words people have created) with a.o...