ok
Direktori : /proc/self/root/home/keydecors/public_html/ca/admin/app/ |
Current File : //proc/self/root/home/keydecors/public_html/ca/admin/app/getpublisher.php |
<?php include("model/dboperation.php"); $searchTerm = $_GET['term']; //get matched data from skills table $query = $mysqli->query("SELECT * FROM swathi_patient WHERE mobile LIKE '%".$searchTerm."%' ORDER BY ids "); while ($row = $query->fetch_assoc()) { $data[] = $row['mobile']; } //return json data echo json_encode($data); ?>