I am using DOM Parsing method to extract the data of an XML file. The information is extracted by calling a function defined in the code for DOM parsing. I need to store the extracted information into a table as soon as it is extracted(step by step), i.e., as soon as the function is called and the data is extracted, it should be stored in the MYSQL. I have already created the tables. Any help would be appreciated.