Menu
Tag

create xml using php

Create Dynamic XML Using PHP Part -2 | Create List and Delete Entry

PHP By Aug 21, 2021 No Comments

Click here for create dynamic XML using PHP part 1. Now this is part 2 in this tutorial i will show you how you can list and delete the xml data from your page. In the previous tutorial we have created the XML file with our form. Listing the XML values to our page is easy and use very less…

Create Dynamic XML Using PHP Part -1 | Create Dropdown Using XML

PHP By Aug 13, 2021 No Comments

Create Dynamic XML using PHP is our new topic, Hello friends, this time i came up with interesting dynamic use of xml instead of Database. Many times we need to save some values and we do not need to play with database features. This XML facility can help you to make things dynamic like: Website Slider, Saving form values, Crating…