Ok. I have a database with a column where I add products. One of the results looks like this:
PRODUCT NAME
Don Quijote statue, Wooden Ladder
another result:
PRICE:
78.99, 35.99
how could I break the string, so that i create a table like this:
<TABLE>
<TR>
<TD>Don Quijote Statue</TD><TD>78.99</TD>
<TD>Wooden Ladder</TD><TD>35.99</TD>
</TR>
</TABLE>
Please help. Thanks in advance.
Leo :hair: