hello,
i am new to php and i need to do something kinda complicated.
i need to parse the following:
<P><B>Field 1</B> (<I>Field 2</I>) Field 3.</P>
everything between the bold tags is it's own column. everything in the italics tags gets it's own column. and everything after the ) and before the </p> get's its own column.
each is on a new line.
I am using a mysql database.
If you need more info, let me know, thanks much in advance.