<?php$file = "article.php";$file = file_get_contents($file);$text = substr($file,0,100);echo $text;?>