Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Ticketsoft integration into Wordpress WordPress

Im trying to parse a Ticketsoft xml data file into a formatted file I can use on a website. But, I cannot dynamically access the data feeds. My question is this. What type of "holding" file do I need to copy the xml file from Ticketsoft and then hold it till I can parse and refresh my website...
John

Answers (2)

2013-07-29

Arnav Joy answers:

can you explain your question more.

2013-07-29

Dbranes answers:

You can use <em>simplexml_load_file()</em> to fetch the external xml file.

Then you can parse it and cache it.

Have you looked into these solutions

http://www.fldtrace.com/wordpress/ticketsoft-feeds-integration-with-wordpress
http://wpquestions.com/question/showChrono/id/4055