i need to create an XML document using php.
i am reading values from MySQL and based on this data i need to create an XML document .
does php also offers functions like
createObject()
createElement()
createAttribute()
which are supported by vbscript,javascript.