create a new XML from PHP script
Moderator: General Moderators
create a new XML from PHP script
How do I crate an XML file through PHP. I try it with the function domxml_new_doc function. But it shows undefined function whenever I try to execute that script. Can any body tell me what type configuration is required for that?
Ok, assuming you are on php4 you need to load domxml extension.
It's all explained http://www.php.net/domxml.
(for php5 i advise you use the new dom functions because domxml seems i bit b0rken on php5)
It's all explained http://www.php.net/domxml.
(for php5 i advise you use the new dom functions because domxml seems i bit b0rken on php5)