$edit_file = './ir_admin/data/new2.txt'; $fp = fopen($edit_file, 'r'); for($i=0;$i<8;$i++){ $text = fgets($fp, 4096); print $text; } fclose($fp); ?>