I would like to add newsletter subscription but i would like to use ajax, jQuery, xml as database rather than a conventional database.
I would like to complete package ( including all necessary files like ajax, jQuery script, php to save in xml)
I know about jQuery plugin but that is not much of help & I need quick & easy solution of this
Thanks in advance
To parse the XML via JQuery, you can use jQuery.parseXML. When saving XML via PHP, you can use SimpleXML.
You may use this free plugin It is contains the features you need, except the XML to Database. Use the recommendation above to extend the plugin with the XML feature. (SimpleXML)