I have a contact page on my flash site (www.amberbutler.com) that sends me an email generated via PHP. I do not have access to the code as it is provided by my host (godaddy). All the flash side does is name the variables and send them to the form. Then, I get emails like this:
ad: <TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="futura" SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">genes</FONT></P></TEXTFORMAT>
email: <TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="futura" SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">erasedforprivacy@yahoo.com</FONT></P></TEXTFORMAT>
message: <TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="futura" SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="futura" SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">CUTE. I am proud of you amber!! i love you.</FONT></P></TEXTFORMAT>
name: <TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="futura" SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Kelsy</FONT></P></TEXTFORMAT>
As you can see, it’s rather difficult to read but I don’t have a clue where to begin fixing it. If it was just a few of the same character, sure, but I don’t know how to parse out all of that. Any suggestions?
Thanks,
sogj