I'm doing a registration system in PHP (working normal), my problem is the following in the table has a registration with the name "Test", and wanted to when register another user with the name "Test" or " test ", it was not possible to register, because there is already an equal value in the table.
Does anyone have a solution?