Hi,
I really don't have a clue where to post my question so I'll try on phpbuilder.com since many web developper are here.
I am using PHP to save on XML data from a form. The problem is when I save the stuff in the XML all breakline in textarea disappear. So all the text come back with no break line.
Example:
This is line1
This is line3
Will apprear: This is line1This is line 3
My second problem is that I can't store HTML tag inside XML (it cause braket problem). How can I solve that?