RE: [Flashcoders] IIS vs Apache: transferring of vars from swf to PHPproblem?

2006-07-12 Thread Bernard Visscher
?php mail(my mail,You tried to send . $_GET[foo], Message); ? You have to use $_GET or $_POST to get your variable. I wouldn't use the mail script like this, you'll have to do some checking on which data is passed. mail() has a posibillity of header-injection. Bernard -Oorspronkelijk

Re: [Flashcoders] IIS vs Apache: transferring of vars from swf to PHPproblem?

2006-07-12 Thread Ramon Miguel M. Tayag
Thanks Bernard! I'll give it a try. On 7/12/06, Bernard Visscher [EMAIL PROTECTED] wrote: ?php mail(my mail,You tried to send . $_GET[foo], Message); ? You have to use $_GET or $_POST to get your variable. I wouldn't use the mail script like this, you'll have to do some checking on which

Re: [Flashcoders] IIS vs Apache: transferring of vars from swf to PHPproblem?

2006-07-12 Thread Mike Britton
Bernard is right. Take a look at these resources before you go live with your application: http://del.icio.us/search/?all=PHP+security Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: