CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2007
    Posts
    9

    Exporting PHP multidimensional array into XML

    Hi, I want to export a multidimensional PHP array full of data somehow into an XML file (ready for someone else to then use simplexml_load_string to load the content of this XML file at a later date).

    Does anyone have a clue about how to do this? Any help or step in the right direction would be much appreciated.

  2. #2
    Join Date
    Jun 2004
    Posts
    142

    Re: Exporting PHP multidimensional array into XML


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured