配列データはPOSTで渡すときが多いが、GETで渡すときのurlと受け取り側の変数の用意

[URL]

http://localhost/index.php?atai[]=a&atai[]=b

[PHP]

$_GET['atai']