I have a database in MS Access with 3 columns (name,family,avg). Now, I want to read these columns and create XML for them with simplexml in PHP.
<Students>
<student>
<name></name>
<avg></avg>
</student>
<Students>
How can I do it?
I have a database in MS Access with 3 columns (name,family,avg). Now, I want to read these columns and create XML for them with simplexml in PHP.
<Students>
<student>
<name></name>
<avg></avg>
</student>
<Students>
How can I do it?
Im not a moderator soo here is an old article hope it will be of some help :) Using SimpleXML to create an XML object from scratch