人人做人人澡人人爽欧美,国产主播一区二区,久久久精品五月天,羞羞视频在线观看免费

當前位置:蘿卜系統下載站 > 技術開發教程 > 詳細頁面

一個用mysql_odbc與php寫的serach數據庫程序

一個用mysql_odbc與php寫的serach數據庫程序

更新時間:2022-09-17 文章作者:未知 信息來源:網絡 閱讀次數:

<html>  

<head>  
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">  
<title>查詢條件</title>  
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">  
</head>  

<body bgcolor="#fcf8c2">  

<p>查詢條件 </p>  

<form action="searchyh.php" method="post">  
<table border="1" width="43%" height="34">  
<tr>  
<td width="100%" height="28">用戶名稱: <input type="text" name="name" size="20"></td>  
<td width="100%" height="28">用戶地址: <input type="text" name="add" size="20"></td>  
<td width="100%" height="28">用戶電話: <input type="text" name="tel" size="20"></td>  
</tr>  
</table>  
<p><input type="submit" value="提交查詢"> </p>  
</form>  
</body>  
</html>  

//后臺PHP  
<?php  
echo "<body bgcolor=’#fcf8c2’>";  
echo "查詢結果:";  
echo "
";  
echo "
";  
$conn = odbc_connect("blue", "root", "");  
$name .="%";  
$add .="%";  
$tel .="%";  
$query = "select * ";  
$query .= "from jc_yh where (name like ’$name’ and address like’$add’ and tel like ’$tel’ )";  
odbc_result_all( odbc_do($conn, $query), "border=1 width=50%");  
odbc_close($conn);  
?>  

///表結構  
CREATE TABLE jc_yh (  
id int not null default 0,  
name varchar(80) not null default "blue",  
city varchar(40) not null default "xn",  
tel varchar(14) not null default "00000000000000",  
fax varchar(14) not null default "00000000000000",  
address varchar(60) not null default "xn",  
post varchar(6) not null default "000000");  

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

網站地圖xml | 網站地圖html
主站蜘蛛池模板: 凤城市| 雷山县| 崇左市| 夏津县| 天长市| 闵行区| 余江县| 清丰县| 南汇区| 监利县| 安福县| 阜平县| 翁源县| 闸北区| 开江县| 鄂尔多斯市| 高清| 炉霍县| 沛县| 洪洞县| 右玉县| 扬中市| 万盛区| 沙雅县| 晋江市| 章丘市| 乐安县| 平泉县| 高清| 阿拉尔市| 清苑县| 黔江区| 吉安县| 尉犁县| 东平县| 南陵县| 育儿| 西乡县| 岳阳市| 额济纳旗| 扎赉特旗|