
- Forum
- Programming Talk
- PHP
- Trying out PHP and XML
Trying out PHP and XML
This is a discussion on Trying out PHP and XML within the PHP forums, part of the Programming Talk category; I have coded quite a number of PHP applications and now I want to try out a mixture of PHP ...
-
Trying out PHP and XML
I have coded quite a number of PHP applications and now I want to try out a mixture of PHP and xml. I want to get data in PHP form and send these data’s to associate attributes in xml file. How can I do this? Someone provide guidelines for me to achieve this.
-
There is several of achieving your requirement. I would suggest you a method. You can store your input you have got in PHP form as a text file. You have function for creating XML document in PHP. It is XSLT().This would help you create XML document in PHP and your requirement is achieved. It even gives you the freedom of editing the XML as per your needs of format.

Reply With Quote





