PHPのform値で配列を受け取る(複数)

https://xxx.com/?key[]=value1&key[]=value2
arr = $_GET["key"]; // 配列 keyに[]はつけない
目次