I am doing a PHP DOM application.On basis of query some huge datas are selected and they are stored in an xml file.After doing certain calculations on this data i need to remove the existing data and replaced it with new one or is it possible to write the calculated data to another xml file.If so how can i do that.I tried many methods.But not getting worked.And this process of calculations and xml updations occur freqeuntly until some conditions in database are met.
What should i do to import calculated data to new xml file or replace it in same file.
Thanks for any help in advance.
Regards
scn87
What should i do to import calculated data to new xml file or replace it in same file.
Thanks for any help in advance.
Regards
scn87
Comment