Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キリル文字入力からの検索 SQL クエリを最適化したいと考えています。
ユーザーが「čšž」データベースを入力すると、「čšž」と「csz」で結果が返されます。
$result = mysqli_query($con,"SELECT * FROM Persons WHERE name = ?");
SQL または PHP は、文字を非キリル文字に変換する必要があります。
何か案は?