Horje

How to skip Empty Value from selecting mysqli

See the example.

index.php
Example: MYSQLI
$sql = "SELECT * FROM data WHERE name != '' ORDER BY id asc LIMIT 10";

Output should be:

How to skip Empty Value from selecting mysqli




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