Posted by Noozer on 07/19/07 05:23
Thanks! I was having problems determining what I should use for a delmiter.
"Harrie Verveer"
<harrie-remove_this_and_the_-_between_i_and_b@i-buildings.nl> wrote in
message news:McidnWOspv7HkQPbnZ2dnUVZ8qWhnZ2d@zeelandnet.nl...
> $myvalues = explode("\n",$myline);
> Noozer wrote:
>> Small php question here...
>>
>> I have a string variable, holding the results from a <textarea> of a
>> POSTed form. I want to create an array from this variable, with each
>> element containing one line of text from the string.
[Back to original message]
|