いくつかの投稿入力値を「アクション」URL に入れることは可能ですか?
例えば:
<form method="post" action="index.php">
<input type="text" name="username">
<input type="submit">
</form>
結果の URL は index.php ですが、次のように URL の最後に名前の値を追加したいと思います。
index.php?name=value
「投稿」から「取得」に変更したくありません。