Since I am new to Mysqli in general I am not sure what to look for so I am posting here.
TABLE = id | firstname | lastname | attribute1 | attribute 2
Example string to search for is "test" The script should search for any row where the firstname or lastname contain "test" or "tést" or "tèst" or a variation of this.
Then is should return all results in JSON format.
How would I go about doing this?