tall1
01-21-2006, 10:46 PM
I know this is probably an easy one but I can't figure it out.
$word_count_array = str_word_count($description, 1);
I simply need to get the first 50 words out of $word_count_array and assign it to $word_count_string.
Please help. Thanx
$word_count_array = str_word_count($description, 1);
I simply need to get the first 50 words out of $word_count_array and assign it to $word_count_string.
Please help. Thanx