Hi,
My formprocessor script uses the file() function to read the text for an autoresponder email. It reads the text no problem but is not parsing the PHP variables contained in the file. How can I do this if I want to include the user name in the external template?
$mailtext2 = file("mailtext2.php"
$mailtext2 = join("", $mailtext2);
$content_mail2 = $mailtext2;
Thanks in advance,
Gary
My formprocessor script uses the file() function to read the text for an autoresponder email. It reads the text no problem but is not parsing the PHP variables contained in the file. How can I do this if I want to include the user name in the external template?
$mailtext2 = file("mailtext2.php"
$mailtext2 = join("", $mailtext2);
$content_mail2 = $mailtext2;
Thanks in advance,
Gary