From: "Reuben D. Budiardja" <[EMAIL PROTECTED]>
>
> This is a hypothetical situation. The real situation is that I am trying
to
> have a protocol for data sent by client using Flash. But the basic
question
> remains.

So FLASH is creating the string that you must decode in PHP? Is there any
way to URL encode things in flash? URL encode the data, separate with &
(just like a query string), and then it'll be easy to decode on the PHP
side.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to