Hi all, I'm trying the wddx-examples but the results are not what I'm expecting. When I call phpinfo it says that wddx is enabled And at phpbuilder I found the comment: "The WDDX functions do not need any external library, and implement methods to generate, serialize and deserialize information into WDDX packets." So I put in the example inside my php-code: print wddx_serialize_value("PHP to WDDX packet example", "PHP packet"); And the result is NOT <wddxPacket version='1.0'><header comment='PHP packet'/><data> <string>PHP to WDDX packet example</string></data></wddxPacket> but only the string: PHP to WDDX packet example So there are no xml-tags at all. The other way - deserialize something is going well. Does anybody know about? Every help would be appreciated thanks, Helke -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php