How to protect data sending from flash to php?

For example, if i need to send some variables from flash via POST metod to php script.
Everyone can decompile swf file and find code line with POST metod. Then you just need to make other swf file and send wrong data.

How can i post data to db from flash securely?