I am using php 5.1 version and in dom module domxml is enabled.
I am generating xml with php and i checked it generates correct xml.
But when I use if( !$dom = domxml_open_mem() ) { // }
then i got the following error:
Fatal error Call to undefined function domxml_open_mem()

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.