<?php $icerik = file_get_contents("sozler-1.txt"); $xplode = explode("<br>",$icerik); foreach($xplode as $zxcv) { echo "$zxcv <br> \r\n"; } ?>