NationStates Jolt Archive


The XML feed and PHP

Huzen Hagen
15-02-2005, 12:07
Hello, i was wondering if someone how exactly i could use the XMl feed in PHP code (as in actually not possibly uses). I've started learning it recently and i want to make my own calculator as a little project but im not sure how to get the dadat from the feed.
Itinerate Tree Dweller
15-02-2005, 13:53
This thread may fit better in gameplay.

There are many different ways you can use the data, but they always stem from the same method, the parsing of the xml data. Nseconomy (http://sourceforge.net/projects/nseconomy) does this, but their engine can be quite complex for anyone with just basic knowledge of php. I suggest starting with the Winnipeg script (http://forums.hotscripts.com/showthread.php?t=10829). From there you can edit it and make it what you want.
Huzen Hagen
17-02-2005, 17:24
Thanks alot