hi...
I have a url list of xml files that I would like to get into mysql..
i wrote the parser for the xml files...
i can parse one file using fopen..
how do I parse a whole bunch?
if i use a loop.. i'm worried about the sql queries not getting enough time to work before the loop starts again...
is there some way to insure that on one run.. the loop doesn't go for the next file.. before mysql has inserted the data for the current file?