| Posted by C. Mόller on 07/09/99 12:00 
Hello,
 Thank you Toby, it works! Wow, that's short.
 With your help i found this on the net:
 
 header("Content-Type: text/xml; charset=utf-8");
 $xmldef = '<?xml version="1.0" encoding="UTF-8"?>
 ';
 echo $xmldef;
 echo $result[..]
 
 Which works also. Thanks,
 C.
 [Back to original message] |