%2F
我有一个表格,当你点击搜索时,它会用斜杠而不是斜杠写出 url 。我怎样才能解决这个问题?
代码:
<form name="cdsearch" method="get" action="">
<input type="hidden" name="route" value="database/comics" /> <-- This is where the slash is needed
<input style="width: 100%;" type="text" name="q" value="<?php echo $q ?>" /><br/>
<input style="width: 100%;" type="submit" value="Search Comic Database" />
</form>