Search found 3 matches
- Sun May 30, 2010 10:45 am
- Forum: PHP - Code
- Topic: XML Parsing: What is wrong with my code?
- Replies: 5
- Views: 549
Re: XML Parsing: What is wrong with my code?
Sure. The problem was that I was incrementing the counter after every case (switch). I copied and pasted the code too quick without actually reading it. Lesson #1.
- Fri May 28, 2010 7:59 pm
- Forum: PHP - Code
- Topic: XML Parsing: What is wrong with my code?
- Replies: 5
- Views: 549
Re: XML Parsing: What is wrong with my code?
I got that issue sorted out.
Thanks gentlemen.
Thanks gentlemen.
- Fri May 28, 2010 5:21 pm
- Forum: PHP - Code
- Topic: XML Parsing: What is wrong with my code?
- Replies: 5
- Views: 549
XML Parsing: What is wrong with my code?
My browser is showing absolutely nothing... a blank page. What's wrong with my code? <?php $xml_file = "http://www.meltwaternews.com/magenta/xml/html/37/10/147839.html.XML"; $xml_title_key = "*DOCUMENTS*DOCUMENT*TITLE"; $xml_url_key = "*DOCUMENTS*DOCUMENT*URL"; $xml_igr...