I do a sample of the database
$vib = mysql_query("SELECT * FROM `vibor` WHERE `category` = '2' ORDER BY `id` ASC");
Displays all articles with category = 2
.
Under such articles there is an article with id = 15
.
How to exclude it from this list without changing the value category = 2
for it?