htutmyatmin - 2011-06-09 10:45:53
Hi.I have a problem that xml code insert to mysql.my xml is here
<groups>
<group>
<name>Apostrophe</name>
<view>0</view>
<download>1</download>
<upload>1</upload>
</group>
<group>
<name>JP</name>
<view>1</view>
<download>0</download>
<upload>1</upload>
</group>
<group>
<name>Any Situation</name>
<view>1</view>
<download>1</download>
<upload>1</upload>
</group>
</groups>
I used flex and it gave me xml code.I just want to insert that xml code to mysql database.hope someone help me.