私がやろうとしているのは、入力フィールドに入力されたものをすべて渡し、URL + フィールドに入力されたものをすべて開くことです。
<form method="post" action="http://www.kickass.to/usearch/">
<div>
<input type="text" placeholder="Search for a torrent..." name="q">
<button type="submit">Search</button>
</div>
</form>
これは機能しますが、URLは次のように開きますhttp://www.kickass.to/usearch/?=WhateverWasEnteredintoField
私の目標は、として開くことhttp://www.kickass.to/usearch/WhateverWasEnteredintoField
です。
私はPHPを知っていますが、HTMLでこれを行う方法があると確信しています