Create a AS3 and PHP based email form, that sends different emails?

I have an email form that I am trying to build. I have not done an email form in AS3, but have in AS2. I need this one to be AS3, and I need it to be able to do the following…

The form will consist of an input field for the user to enter their email address (this is where the email will be sent), and a drop down menu that will allow them to select 5 different variables. (i.e. option1, option2, option3, option4, and option5)

Depending on which option they select in the drop down menu, I would like it to send them a different email.

How would I go about doing this? I am fairly fluent in PHP, but am not sure how to get it started in AS3.

Please help!