Horje
How to exclude a specific row from mysqli select record

USE  WHERE `mapa`='1' and id <> '3'


How to stop displaying a record from mysqli row id

Use following Example. and use according to your codes.

index.php
Example: PHP
$sql="SELECT * from plugin WHERE cat = '$catid'  and id <> '$id' order by id ASC LIMIT 30";





Related Articles
How to exclude a specific row from mysqli select record Mysqli Select Tutorial
How to exlude empty value from selecting mysqli row Mysqli Select Tutorial
How to Check if exist in database mysqli_num_rows Mysqli Select Tutorial

Single Articles
How to stop displaying a record from mysqli row idMysqli Select Tutorial

Read Full:
Mysqli Select Tutorial
Category:
Web Tutorial
Sub Category:
Mysqli Select Tutorial
Uploaded by:
Admin
Views:
100
Tested on:
PHP 7


Reffered: https://stackoverflow.com/questions/4574281/mysql-exclude-row