You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$raw = $db->rawQuery('select m.*, p.no_telepon, p.nama from mobil m, pelanggan p where m.id_pelanggan=p.id_pelanggan and m.plat_nomor like "%'.$term.'%" order by m.id_mobil');
// $raw = $db->rawQuery('select * from mobil where plat_nomor like "%'.$term.'%"');