I am pretty sure there is a way to do this but I am having errors.
I want to be able to loop through $_POST variables and place the output into an email. What I am doing is supplying a form that sends to itself then if the form was completed, the variables get looped into a message that is mailed out. The only problem is that It doesn't include the actual output.
I've tried using $message= file_get_contents("test.html"); to include the code, but it returns the text and code as one, it doesn't parse.
I appreciate help on this one!
Rninja
I want to be able to loop through $_POST variables and place the output into an email. What I am doing is supplying a form that sends to itself then if the form was completed, the variables get looped into a message that is mailed out. The only problem is that It doesn't include the actual output.
I've tried using $message= file_get_contents("test.html"); to include the code, but it returns the text and code as one, it doesn't parse.
I appreciate help on this one!
Rninja
