Well maybe this will help.
The data is being brought in from a Flash Form.
$comment = $_POST["comment"]; // Receive the data from the posted form.
$comment = stripslashes($comment); //Remove the slashes from user's comment.
then I go into a mail statement where the user's comment is sent to a recipient.
Now that I've written this...I'd have to say NO I don't need the old one....If I'm understanding the question.