$filename="regist.txt"; $line=file($filename); for ($i=0;$i < sizeof($line);$i++){ echo $line[$i],""; } ?>