——此文章摘自《完全手册PHP网络开发详解》定价
¥
特价
¥
详细>>http://track
linktech
cn/?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>] []