Can anyone tell me whether there is any method to pass on data from flash to php
or passing data using an encoded url from flash ?

i've seen pages passing data something like http://yourdomain.com/check.php&data=xyz

but its not encoded and every user can view and alter it.

Sending data from forms using the post method is easy.
But i do not know to send data from a non php page without using forms.

Also i need help on the GET method.

Kiran