Name: Anonymous 2012-10-29 11:13
I'm looking for a way to validate a user-submitted username against a MySQL database with Javascript and PHP. It's an art project, so securing the function with a password is not going to be necessary, it just has to take the user's input from an HTML text entry form and check it against the database.