php - Pull data from incrementing XML files -
so heres scenario.
i need pull data xml files located on web (individually easy enough), problem new file incremented filename added from time time.
so example, 1 day filename may www.website.com/00001.xml , next day, new file added www.website.com/00002.xml
i need create script, ideally in php, automatically refresh every couple of hours , pull data new xml file, if xml file not present yet retry same number again. can put rows in excel file.
the question basically, best way go this? if point me similar thats out there, great.
thanks in advance
Comments
Post a Comment