熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> PHP編程 >> 正文

PHP對現有搜索引擎的調用[2]

2022-06-13   來源: PHP編程 
    ——此文章摘自《完全手冊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>]  []  


From:http://tw.wingwit.com/Article/program/PHP/201311/21511.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.