What I want to do is to let the user's search for a user in the db. What is the easiest way to do this?
SELECT username FROM Table_of_users WHERE username='%$username%'
So the $username comes from the searching form.