<?php
$mch_price = $_post["key"];
?>
<form method="post" action="/so.php?wd=<?php echo ($mch_price);?>">
<input type="text" name="key" style="width:185px;height:18px;color:#999999;font-size:14px" value="" onClick="this.value=''">
<input type="submit" value="搜索" style="height:25px" class="put">
</form>
我想点击搜索按钮的时候打开的网址中问号后面有带有搜索关键词,现在的问题是地址里面无法获取搜索关键词,因为顺序的问题,谁有办法解决这个问题?我是新手,解决加分