View Single Post
ישן 23-07-06, 11:20   # 3
lalamen
חבר פורום
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 328

lalamen לא מחובר  

תנסה ככה

PHP קוד:
<?php
$file 
"article.php";
$file file_get_contents($file);
$text substr($file,0,100);
echo 
$text;
?>
  Reply With Quote