I have an XML file stored in DB.
What is the correct method to prepare an XML file stored in a DB for
the DomXML functions?
Have tried file_get_contents($fileDataFromDB)PHP Code:$doc->load($fileDataFromDB);
The only way I have been able to work with the XML File Data from DB is to quickly create a temp.xml, write the DB filedata to the file close it point to temp.xml then unlink('temp.xml') before outputting the aggregated data need for display and styling from the DOM functions. Very Hackish






Bookmarks