怎么样才可以在PHP的电子商城中实现高级搜索! 哪个有的帮忙!!!
谢谢!

解决方案 »

  1.   

    <center>
    <form method="get" action="http://www.google.cn/search" target="google_window">
    <table bgcolor="#ffffff">
    <tr><td nowrap="nowrap" valign="top" align="left" height="32">
    <a href="http://www.google.com/">
    <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
    <br/>
    <label for="sbi" style="display: none">输入您的搜索字词</label>
    <input type="text" name="q" size="16" maxlength="255" value="" id="sbi"></input>
    </td></tr>
    <tr><td valign="top" align="left">
    <label for="sbb" style="display: none">提交搜索表单</label>
    <input type="submit" name="sa" value="搜索" id="sbb"></input>
    <input type="hidden" name="client" value="pub-0396068198806393"></input>
    <input type="hidden" name="forid" value="1"></input>
    <input type="hidden" name="prog" value="aff"></input>
    <input type="hidden" name="ie" value="GB2312"></input>
    <input type="hidden" name="oe" value="GB2312"></input>
    <input type="hidden" name="safe" value="active"></input>
    <input type="hidden" name="hl" value="zh-CN"></input>
    </td></tr></table>
    </form>
    </center>