HI!
I am using a mail script that I wanna send HTML that has been entered into a form.
The trouble is, with sooo many "s and 's around, it gets confusing.
<?
mail( $to, $form_subject, $form_message, $headers )
?>
($form_message is the actual name of the field on the form)
What can I do to prevent the HTML looking weird?