各ページが実際にはindex.phpページのパラメーターであるサイトがあります。
したがって、searchページは単純です。 www.mysite.com/?p=search
上記のページ()をアクションとするGETフォームを作成しましたhttp://www.mysite.com/?p=search。ただし、フォームを送信すると、実際にはのwww.mysite.com/index.php代わりにGETパラメーターが送信されますwww.mysite.com/?p=search。
www.mysite.com/?p=searchフォームを実際に送信して、次のような結果になるようにするにはどうすればよいですか。
www.mysite.com/?p=search¶m1=blah1¶m2=blah2@¶m3=blah3
それ以外の:
www.mysite.com/index.php?param1=blah1¶m2=blah2@¶m3=blah3
?