Ok, so.....
$survey_subject = "Help Desk Survey Results: Ticket #: $HTTP_GET_VARS[HDT]";
That's what the subject will equal when the mail() function is called and what not. I want $HTTP_GET_VARS[HDT] to actually put the variable in the subject (which is a 4 digit number).
The variable is actually called from the URL (so HTTP_GET may be the wrong function)..
Thanks for any help 😉