parsing PHP result from web using itemdel
Posted: Sun Oct 11, 2009 1:06 am
I am trying to parse some PHP code like this,
I tried to set the itemdel to "::" but got error, in fact I tried several and could not get it to chunk right,
any suggestions on how to get the values, into three lines,
right now it is, 1::1::1
some how I have to get it like this
1
1
1
then I can get each line and value
thanks in advance for any suggestions,
Code: Select all
echo $valid."::".$install."::".$active;
any suggestions on how to get the values, into three lines,
right now it is, 1::1::1
some how I have to get it like this
1
1
1
then I can get each line and value
thanks in advance for any suggestions,