I have a php file where a function read an xml file and save some data into objects. I want to make a dynamic form so I must to reload the php file. I don't want to read the big and complex xml file for each file loading so what is the best way to keep data into objects(cookies, tab, file, ...) and how I can find these data again after a reload?? Thanks