Skip to Content

You are here

October 2011

Nice Examples of XML and DOMDocument

Its all about the DOMDocument and generating the XML from the same with examples. I have created some of the good documents with the examples for generating the xml and formatting the same. You will get most of the functions with the examples are written in the following post :
$dom = new DOMDocument('1.0', 'UTF-8');
$root = $dom->createElement('root');
$dom->appendChild($root);
echo $dom->saveXML();
 
1. Creating XML Document and Displaying :

Tags: 

Onetime download Module

This is one time download link generator module with the help of email address and the time at which the user submitted the request. This is specially meant for Administrators who can generate onetime download links and send those to users who want to download secure contents.

Category: