I deduce the type of goods that the user has posted from the table table_products. In the table table_products there is a name column (there are all categories in English) How can I make it so that I pull out from the database in English, and the site shows in Russian?
By the way, I have a table of another category where there are these categories in Russian name_ru
$result1 = mysql_query("SELECT * FROM table_products WHERE products_id='$id'",$connect);
I deduce
<p id="nav-info"><a href="view_things.php">Вещи</a>/<span>'.$row1["name"].'</span></p> 