<?php $s=file_get_contents("www.baidu.com"); $s=implode("\n",array_slice(explode("\n",$s),2143,45)); ?> <textarea><?php echo $s; ?></textarea>