Hi all,
I am a relative newbie to the PHP language but at present I am trying
to write some code that would process text (in a string, not an
array)by the explode() method. Basically, I want to seperate different
words out by using the explode(" ", $text); command, yet I find that
this approach tends to die when I perform this on strings taken from
texts with carriage returns in.
Any suggestions to tackling this problem would be greatly appreciated!
William Cheung
I am a relative newbie to the PHP language but at present I am trying
to write some code that would process text (in a string, not an
array)by the explode() method. Basically, I want to seperate different
words out by using the explode(" ", $text); command, yet I find that
this approach tends to die when I perform this on strings taken from
texts with carriage returns in.
Any suggestions to tackling this problem would be greatly appreciated!
William Cheung
Comment