Re: [PHP] pasring complex string question

2005-04-08 Thread Richard Lynch
On Thu, April 7, 2005 5:32 pm, Webmaster said: > ## /T (KEY1)/V (VALUE1)|| ## /T (KEY2)/V (VALUE2)|| ## /V (VALUE3)/T > (KEY3)|| > > I know want to separete it in to keys and values and insert them into an > array. > > Note that /T always shows that teh upcoming value in() is a Key and that > /V >

[PHP] pasring complex string question

2005-04-07 Thread Webmaster
Hello, i have a string looking like this. ## /T (KEY1)/V (VALUE1)|| ## /T (KEY2)/V (VALUE2)|| ## /V (VALUE3)/T (KEY3)|| I know want to separete it in to keys and values and insert them into an array. Note that /T always shows that teh upcoming value in() is a Key and that /V always i