jkkenzie Posted April 9, 2010 Share Posted April 9, 2010 Hi! I have a flash video that uses an XML file to load videos: <?xml version="1.0" encoding="ISO-8859-1"?> <videos> <video url="UserSiteFiles/public/videos/Futuristic_Truck.flv" desc="Futuristic Truck"/> <video url="UserSiteFiles/public/videos/Emergency_Landing.flv" desc="Emergency Landing"/> </videos> How can i use php to edit or insert more lines of the <video url="UserSiteFiles/public/videos/Emergency_Landing.flv" desc="Emergency Landing"/> Thanks Link to comment https://forums.phpfreaks.com/topic/198096-php-add-variables-to-an-xml-file/ Share on other sites More sharing options...
oni-kun Posted April 9, 2010 Share Posted April 9, 2010 Why can't you use PHP's simplexml library to modify it? Link to comment https://forums.phpfreaks.com/topic/198096-php-add-variables-to-an-xml-file/#findComment-1039375 Share on other sites More sharing options...
jkkenzie Posted April 9, 2010 Author Share Posted April 9, 2010 I have never used it or known it exists, Thanks for the heads up. Do you have sample code that has been used before so that i can start from there? Link to comment https://forums.phpfreaks.com/topic/198096-php-add-variables-to-an-xml-file/#findComment-1039445 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.