I need some help.I must to get the values from xml (i try by simplexml, but it doesn't work).I have something like this:\[code\]<param name="country" type="text">Germany</param><param name="city" type="text">Munchen</param>\[/code\]and I wanna to entered this values to my MySQL like \[code\]INSTERT INTO localization SET country='Germany', city='Munchen'\[/code\]this must be done in loop, because I have many valuesSomebody knows how it can work? Thanks!