Hi,
I reload several times the same php file with different options eg: file.php?option=0
Before, I read data from an xml file and instanciates objects which contain all this data. The problem is when I reload the php file, I lose all this objects and their data! I don't want to read the xml file each time the php file is loading. Is there an other way to keep these data without reading the xml file each time?? Thanks
david