php

位置:IT落伍者 >> php >> 浏览文章

PHP对现有搜索引擎的调用[2]


发布日期:2023年02月14日
 
PHP对现有搜索引擎的调用[2]
——此文章摘自《完全手册PHP网络开发详解》定价 特价 详细>>http://tracklinktechcn/?m_id=dangdang&a_id=A&l=&l_type= width= height= border= nosave>

$url = http://searchyahoocom/search?p=$key;

header(Location: $url);

break;

case baidu: //百度

$url = http://wwwbaiducom/s?wd=$key;

header(Location: $url);

break;

default: //如果搜索引擎不存在结束程序

break;

}

?>

运行结果如图所示

http://developcsaicn/web/images/jpg>

PHP综合搜索引擎

单击【Submit】按钮后可以看到Yahoo网站被打开了并搜索到了相关的搜索结果如图所示

http://developcsaicn/web/images/jpg>

Yahoo的搜索结果

right>[http://developcsaicn/web/htm>] []

               

上一篇:国外十大最流行PHP框架排名

下一篇:PHP对现有搜索引擎的调用[1]