Code: Select all
<form action="?" method="get">
<fieldset>
<input type="text" name="keyword" />
<input type="submit" value="Search" id="search" />
</fieldset>
</form>
I want it to be like index.php?keyword=%E4%F5 the first time I enter 'äõ' and click the search button.
Thanks.