Jump to content

php add variables to an xml file


jkkenzie

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.