【发布时间】:2013-01-11 02:37:16
【问题描述】:
我有问题,这是以下代码。
<form action="" method="post" id="search">
<div class="row collapse">
<div class="ten columns mobile-three">
<input type="text" size="25" name="search" value="<?php echo $this->search ?>"/>
</div>
<div class="two columns mobile-three">
<input type="submit" name="/search/index/keyword/" value="Search"; ?>" class="button expand postfix" id="search_button"/>
</div>
</div>
</form>
当我点击提交按钮时,网址应该是
从id/ 到id/search/index/keyword/(here's the search key)
【问题讨论】:
标签: php html zend-framework search