Hello. How can I make a selection from the MySQL database of words that begin with a specific letter?
Considering that the letter can be both Russian and English.
PS that this extension is outdated - I know.
An example of a regular query with a selection of all records:
$sql = mysql_query("SELECT * FROM `table` ORDER BY `id` DESC");