I'm designing an email form processor that loads variable data from a flash form.
I'm trying to clean up the php file so it's not to cluttered.
I want the mail recipient to receive an visually appealing HTML message, so I've created an html file with the format.
Can I bring this file in as an include() ? If so how? I was thinking that it would be possible if I could somehow assign a variable to the included file...
EG:
Include ("messageHTML.php");
$messageHMTL = include("messageHTML.php");