UED(Url Encoded Data) - Demo

ued_encode() will take an array as its argument and return the data encoded in UED format - as a string. You can use that string to send the data via POST or GET in the query part of the URL.

This will be 'eval'ed and then converted into UED string.





Send Data to Server side

Comments

Anonymous at 10 Apr, 2009 04:09
Array
(
[name] => Binny
[year] => 2007
[quote] => Hello, World!
[os] => Array
(
[0] => Windows
[1] => Linux
[2] => Mac
)

[software] => Array
(
[editor] => vi
[audio] => xmms
[video] => vlc
)

[uid] => 1239404940517
)
Reply to this.
Comment

Please dont enter you comments in this form - this is a fake form to confuse spamming bots. The next form is the real one.




Comment




Comment Formating : HTML tags a, strong, em, b, i, code, pre, p and br allowed. Other tags will be shown as code(< will become &lt;). Urls, Line breaks will be auto-formated.