Flash-Based Email Form Using PHP

hi all

hoping to shed some light on senocular Flash-Based Email Form Using PHP tutorial
http://www.kirupa.com:80/developer/actionscript/flash_php_email.htm

basically have added more fields and giving them there different variable names but cant work how to add the extra variables in the php script

almost certain it goes here in the php script but just cant work it out


// now we can add the content of the message to a body variable
$message = $_POST[“message”];

my swf is here
http://panga.co.za/clients/clintonfriedman/flash_contact/flash_php_email.swf

my php file is here
http://panga.co.za/clients/clintonfriedman/flash_contact/email.php

thanks in advance
oilbattle