回答編集履歴
1
    
        answer	
    CHANGED
    
    | @@ -1,7 +1,8 @@ | |
| 1 1 | 
             
            カンマ区切りにする関数「implode」を使います。
         | 
| 2 2 |  | 
| 3 3 | 
             
            ```ここに言語を入力
         | 
| 4 | 
            +
            $season=$_POST['season'];
         | 
| 4 | 
            -
            $result = implode(',', $ | 
| 5 | 
            +
            $result = implode(',', $season);
         | 
| 5 6 | 
             
            echo $result;
         | 
| 6 7 |  | 
| 7 8 | 
             
            ```
         | 
