<a <?p query.php>> </a>

解决方案 »

  1.   

    需要有查询条件
    条件在<intput name =xx>之中
    如果用FORM 的action 好像不能直接递交
      

  2.   

    不会吧,难到你没有用submit button?
    <form method=post action=query.php>
        <textarea rows=4 cols=64 wrap=virtul name=str_query></textarea>
        <hr>
        &nbsp;<input type=submit value=提交>&nbsp;
        &nbsp;<input type=reset value=清除>&nbsp;
    </form>
    你在这里直接输入查询的语句试一试。
      

  3.   

    可以使用yrs(月如霜)的POST方式,也可以使用GET方式的
      

  4.   

    form method=post action=query.php>
        <textarea rows=4 cols=64 wrap=virtul name=str_query></textarea>
        <hr>
        &nbsp;<input type=submit value=提交>&nbsp;
        &nbsp;<input type=reset value=清除>&nbsp;
    </form>
    问一下你用什么数据库?