PHP form in flash not working?

Ok i have used this form before on two sites ive done and it works fine, i grabbed it from www.actionscript.org (i believe)
Im sure many of you have seen it a hundred times but ill post the code anyway…

<?phpmail("[email protected]", $subject, $message, "From: PHPMailer
Reply-To: $from
X-Mailer: PHP/" . phpversion());?>

It is on a flash site obviously…

Right problem is that ive tried using this on a site hosted by ‘easyspace’ and they have odd rules about php and send mail scripts…
Now not being any good at PHP at all (i can just about manage the simple code in that script) i have no clue how to get it to work, i have tried many different changes but none seem to make it work ??

Has anyone else ever encountered a similar problem or can anyone suggest any ideas, if you need it i can post links to the easyspace pages which detail their rules on PHP, any help at all is greatly appreciated as ive asked easyspace support 7 days ago and they still ahvent replied.

cheers and apologies in advance for my stupidity when it comes to PHP…