Hey guys I have a table called username, and in my programm i have the possibility to create new users with an username and a password.
But I dont want to have two users with the same username
Im using php and mysql.
How can I handle this?
thx nubu