* Yamin Prabudy ([EMAIL PROTECTED]) [Dec 21. 2001 23:17]:
> $line = "no more words to say";
> then I want to split them all I used
> spliti(" ",$line);
http://www.php.net/explode
> Then want to print it out say
> echo $word[0] $word[1] $word[$i];
http://www.php.net/foreach
or 3.x, use a while() with:
http://www.php.net/list
http://www.php.net/each
> how can I do this..
> Thanks in Advance
HTH.
--
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
It's been lovely, but I have to scream now.
--
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]