Advertisement
hamjoricantiq

for search

Dec 14th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. // Untuk searching
  2.     $search = @$_GET['search'];
  3.     if (!empty($search)) $sql .= "WHERE nis LIKE '%$search%' OR nama_lengkap LIKE '%$search%'";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement