header("content-type:text/html;charset=utf-8");
//取得使用者資料
$keywords=$_POST['keywords'];
//連接資料庫
$ c or die('資料庫連結失敗');
//選擇資料庫,設定字元集
mysql_select_db('search');
mysql_set_charset('utf8');
//php模糊查詢
if(empty($keywords) ){
$str= "請輸入要查詢的內容";
}else{
$sql="SELECT * FROM user WHERE username LIKE '%$keywords%'";
}
$rs=mysql_query($ ;
$users = array();
while($row=mysql_fetch_assoc($rs)){
//高亮替換
$row['username'] = str_replace($keycolor="reds, ''.$keywords.'', $row['username']);
$users[] = $row;
}
//print_r($users);
?>
UID | 使用者名稱 | 性別 | 信箱 | 興趣興趣 | tr>";
---|---|---|---|---|
".$value['uid']."'>> echo " | ".$value['username']." | ";".$value['sex']." | ";".$value['email']." | ";".$value['hobby']." | ";