How to enable the WDDX in xampp server ?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
tamilmani
Forum Commoner
Posts: 39
Joined: Tue Apr 01, 2008 2:53 am

How to enable the WDDX in xampp server ?

Post by tamilmani »

Hi,

I am using xampp server . I tried to searlize the PHP data .

Example:

Code: Select all

<?php
echo wddx_serialize_value("PHP to WDDX packet example", "PHP packet");
?>
Exapected o/p

<wddxPacket version='1.0'><header comment='PHP packet'/><data>
<string>PHP to WDDX packet example</string></data></wddxPacket>

But my o/p is

Code: Select all

This is my first wddx packet
123
Why i am not getting exact o/p . Any one give me good suggestion.

Thanks
Tamilmani Mohan
Post Reply