Ok what i want to do is call a php file from flash like:
index.php?process=send&var1=99&var2=390
Basically the index.php when encountering "send" would have to send 99 and 390 to the database and do some mySQL stuff. My question is... Is this safe? Can it be intercepted? If so how can i make it...