Right now I use mysql for people to register. What I want to do is prevent people from using a certain set of names I make up.
I want to put these names in a txt file and when people register. it would first read from that file if a username exist in flat file, if not then proceed to see if a user exist in the database.
If a name does exist in the flat file, well then halt the registering.
If someone can give me a example on how to start this, that would be great.
Reason is this.. I want to reserve certain user names for myself.