Hello,
My app is pulling the data off a webserver database through xml.
Here is an example of one that's done.
http://rollercoastermad.com/test/xmldata/rollercoaster.xml
So every time that is hit the php re loads it.
What I want to know as nearly the whole of my app will be running by these xml files all over the place. as the site is a dynamic website.
So is there any examples online of my app doing this for me to see. I could not find any myself.
Also will my idea work.
As it is html and JavaScript I have also looked at ajax as maybe that could work?
Many Thanks
Ryan Bowden