Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122

    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.


  2. #2
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108
    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...