PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a website where a user can enter the name of a band. Then the name will be inserted into the MYSQL database. However, I want to avoid multiple entries as much as possible.
That's why I thought it would be good to have a page that checks for bandnames that are more or less similar. Before inserting the new bandname in the database the user would see a page " DID YOU MEAN ... ? ".
Like e.g. he would type "ACDC"
The page would display: DID YOU MEAN "AC/DC"?
I'm looking for a function, a class or a script that helps me with this.
Any suggestions?