Zend - The PHP Company




Code Gallery: analysis


PHP XML Parsing Basics -- A Tutorial  

Type: code fragment
Added by: analysis
Entered: 08/05/2002
Last modified: 03/12/2003
Rating: **** (3 votes)
Views: 18642
Parsing XML files in PHP is complex. But, like most things, it's not that hard once you get the hang of it. I don't know about you, but I learn best by seeing actual code. So, here's a real world example. It grabs stock quotes off of NASDAQ's website.




Search