User Profile

Collapse

Profile Sidebar

Collapse
Scooby10
Scooby10
Last Activity: Feb 9 '10, 04:43 AM
Joined: Jan 18 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Yes I have found that.. In fact I think I've tried all the functions on that page.. ha

    Then I guess my other problem is that my xml file has wayyy to many extra attributes that are not needed to be read into the array.. When I run that function with my xml file it takes over 4 seconds to load because of all the extra attributes I do not need to read.. Also, my xml file has no values really.. All the data I'm collecting are attributes.....
    See more | Go to post

    Leave a comment:


  • Hi Dormilich.. Thanks for replying!!

    I did use SimpleXML originally, but my files were taking way to long to load.. I did some searching and came across XmlReader... When loading the same XML file using XmlReader it loads almost instantly, and that's what I'm looking for.. Problem is there's not too many tutorials or examples that I can find so I'm forced to go to the forums.. When I was searching for answers on XmlReader I came across...
    See more | Go to post

    Leave a comment:


  • Could it be the && in the query? Try replacing that with AND..
    See more | Go to post

    Leave a comment:


  • Switch your quotes around...
    See more | Go to post

    Leave a comment:


  • Scooby10
    started a topic How to order XML while using XmlReader Class...
    in PHP

    How to order XML while using XmlReader Class...

    I'm just learning about the XmlReader Class and I've been racking my brain on this for quite some time and just cant seem to get anywhere because I don't know the proper way to do so..

    I'm trying to read the xml using the XmlReader Class but I would also like to order the events by date, if possible, and then display them as html..

    Here is a small example of what I'm looking for:

    XML
    Code:
    <?xml version="1.0"
    ...
    See more | Go to post
No activity results to display
Show More
Working...