Hat sich erledigt, Chef wills jetzt doch anders, ich soll nen String im XML format schicken.
Ist es einfach in PHP nen String im XML format auszulesen?
Zb:
Ist es einfach in PHP nen String im XML format auszulesen?
Zb:
<response>
<vote scenetype="sc2" title="vote the best">
<choose>
<ID> 0 </ID>
<choice> song1 </choice>
</choose>
<choose>
<ID> 1 </ID>
<choice> song5 </choice>
</choose>
</vote>
</response>