以下は私のコードです:
<?php
#put the info the user just inputed into a file for later retrival
file_put_contents("test.txt",$_POST, FILE_APPEND);
?>
そして、これは私がtest.txtで得た結果です:
JaneF16xyzWindows1215
結果の形式を次のように変更するにはどうすればよいですか
ジェーン、F、16、xyz、Windows、12、15
(要素間にコンマがあります)