<?php
include ("connect.php");
$carid= $_GET['car_id'];
$sql="select *from personnel WHERE status = 'Driver' AND (per_name like '%".$_GET['textsearch']."%')";
//WHERE(per_name like '%".$_GET['textsearch']."%')
$sqll=mysql_query($sql);
while($row=mysql_fetch_array($sqll))
{?>