Hi I am having a problem with using things like this <([a-zA-Z0-9]
+)[>]*> I was wondering if there was a page somewhere on
php.net that would explain that better, also here is the problem.
I have a str and I want to get a value out of that string how would I do this?
$str = "[results rows=20][rows][row][column name=test value=1][column name=test2 value=2][/row][/rows]";
I want to get what rows equals and what how many columns there are for each row and what there name and values are. I would really apreciate the help.