https://api.eveonlin...****&extended=1 (hidden some data!)
which relays the following;
<eveapi version="2"> <currentTime>2013-02-12 21:50:36</currentTime> <result> <rowset name="members" key="characterID" columns="characterID,name,startDateTime,baseID,base,title,logonDateTime,logoffDateTime,locationID,location,shipTypeID,shipType,roles,grantableRoles"> <row characterID="*****" name="*****" startDateTime="2012-03-16 23:41:00" baseID="0" base="" title="" logonDateTime="2013-02-12 15:32:52" logoffDateTime="2013-02-12 15:37:53" locationID="60014911" location="1V-LI2 III - Moon 2 - MbI BepHyJIucb" shipTypeID="-1" shipType="" roles="0" grantableRoles="0"/> </rowset> </result> <cachedUntil>2013-02-13 00:40:59</cachedUntil> </eveapi>
how would i parse this information and add the results to a mysql table?
i will use this file as a CRON job to run every 6 hours to read the XML file, pull the contents and add them a database (mysql)
i will then code further php pages to view the information, which i should be able to do.
im completely lost on how to achieve this and struggling to find code snippets to work with.
any help appreciated.
Edited by jacko_162, 12 February 2013 - 04:59 PM.












