hi guys, I need help here. I got this $line = "no more words to say";
then I want to split them all I used
spliti(" ",$line);
Then want to print it out say
echo $word[0] $word[1] $word[$i];
how can I do this..
Thanks in Advance
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

