I'm pulling data off a web based XML source using file_get_contents(). The end result would be an associative array (possibly nested).
What do you think the simplest way of doing this with the least amount of additional php code? I can do it manually by creating my own parser but there's no point reinventing the wheel.
Question
kjx
I'm pulling data off a web based XML source using file_get_contents(). The end result would be an associative array (possibly nested).
What do you think the simplest way of doing this with the least amount of additional php code? I can do it manually by creating my own parser but there's no point reinventing the wheel.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts