Jump to content

XML into MySQLDatabase from Flash with PHP


rasta876

Recommended Posts

Hello,

 

I was able to get information out of Flash in XML format. IT is very simple, just nested tags. similar to the following.

<PERSON>

<Info>

<Name>John</Name>

<Age>27</Age>

</Info>

</PERSON>

 

How do I get this into mySQL database with PHP. One column in the database is NAME an the other os AGE

 

thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.