$_GET
PHP変数を変更するリンクを作成したいと思います。例えば:
URL: http://site.com/index&variable=hello&anothervariable=dontchangeme
<a href="variable=world">Click me</a>
(after click)
URL: http://site.com/index&variable=world&anothervariable=dontchangeme
ページ()を変更するだけでこれを実行できることは知っていますがhref="1.html"
、すでに存在するGET変数を維持しながら同じことを実行したいと思います。