I need help. I can not find information. There is a table shop_category row server - has the id of servers (in which the category should be displayed). I deduce a category by such code
$category_items = $mysqli->query("SELECT * FROM shop_category WHERE server ='".htmlspecialchars(addslashes($_POST['idserver']))."' ORDER BY id ASC "); server is a 1.2-server type. How to make the output work (now it does not output if you specify 1.2, and so on - only single numbers)