using DOM XML and FLASH
Posted: Thu Nov 03, 2005 7:36 pm
Hey,
has anyone ever used the DOM XML with PHP 4.3.10?
i am developing an application where php periodically updates and XML file which FLASH reads.
My concern is....will FLASH hang or error if it is trying to read an xml file while PHP is updating it?
which brings me to my next question....
has anyone ever used the DOM XML with PHP 4.3.10?
i am developing an application where php periodically updates and XML file which FLASH reads.
My concern is....will FLASH hang or error if it is trying to read an xml file while PHP is updating it?
which brings me to my next question....
Kendallhow does the php DOM XML open_file and append_child functions work in terms of appending information to an xml file...is it more or less the same process as if you were fwrite() to the xml file?