Is it safe to call php files from flash using $_GET variables?

Schweppes

New member
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 safer? Or is there a safer method? Thanks...
 
Back
Top