Skip to content
Advertisement

Tag: xml

How to modify xml file using PHP

I want to modify my xml file in PHP based on the following criteria. my xml structure look like this: Now every time when xml going to modify, with the type attribute. means, on first time search string == “hotels” then data related to hotels will be stored in xml file as above format. Now when again search for hotels

Advertisement