Horje

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";




Type:
php
Category:
Web Tutorial
Sub Category:
Mysqli Select Tutorial
Uploaded by:
Admin