אשכול: [PHP] מערך SPLIT
View Single Post
ישן 28-03-07, 23:13   # 9
Meir
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Dec 2006
גיל: 34
הודעות: 383

Meir לא מחובר  

PHP קוד:
$your_text 'put here your text';
$your_text explode(" "$your_text);
$number_of_words 12;
echo 
implode" " array_slice($your_text,0,$number_of_words) ); 
__________________
רק אחרי שנמצאים בחושך, אפשר להעריך את האור.

Last edited by Meir; 28-03-07 at 23:45..
  Reply With Quote