最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php 数据库内容搜索(搜索指定内容并输出)
时间:2022-06-24 19:09:56 编辑:袖梨 来源:一聚教程网
首先我们来创建搜索数据表
create table if not exists `search` (
`id` int(4) not null auto_increment,
`keyword` varchar(500) not null,
primary key (`id`)
) engine=myisam default charset=utf8 auto_increment=1 ;
保存数据
代码如下 | 复制代码 |
insert into `acc`.`search` ( `id` , `keyword` ) values ( null , '内容搜索' ), ( null , 'php站内搜索' ); |
*/
//数据连接
代码如下 | 复制代码 |
$conn = mysql教程_connect('localhost','ac','1');//这里的ac用户名,1是密码,修改成你自己的mysql便可 $res = mysql_db_query('abc',"select * from search where keyword='内容搜索' ") or die(mysql_error()); if(mysql_num_rows($res) == 1) { |
/*
本站原创转载注明来源www.111com.net
*/
相关文章
- 黑色四叶草魔法帝之道戈休怎么玩 10-14
- 原神千星奇域进入位置 10-14
- 蜘蛛纸牌网页版入口 无需下载注册点击秒玩 10-14
- 纸房子游戏安装入口 steam正版纸房子购买链接 10-14
- 原神云游戏官网入口 云原神网页版在线地址 10-14
- 我的花园世界最新兑换码分享 我的花园世界白嫖VIP方法介绍 10-14