Php mail problem

Hi
I’ve made a php form in a flash site. When I test it I don’t just get the email address sent to me I also get alot of garble.

<TEXTFORMAT LEADING=“2”><P ALIGN=“LEFT”><FONT FACE=“Arial” SIZE=“11” COLOR="#FFFFFF" LETTERSPACING=“0” KERNING=“0”>hey2@hotmail.com</FONT></P></TEXTFORMAT>

this is what I get in the email.
can anyone help?

Did you set the headers to tell the message that it was HTML text?

$headers .= "Content-type: text/html;
";

does that go into the php document?