Forum Moderators: coopster

Message Too Old, No Replies

Sending HTML emails in PHP

Very frustrated

         

megajam02

2:15 pm on Oct 15, 2004 (gmt 0)

10+ Year Member



Ok. Here's my issue.

I have a form that my customers can complete, and based on their answers, a results page will display. There are many if/elses in the page to display the proper results based on their answers. This works beautifully.

Now my problem:
I'd like to send them an email with their answers. I'm using the mail() function, and it works fine sending them the email in HTML format when I put static text in there like "Hello World!". However, I need to be able to perform if/then statements and include files into that email based on their answers. I can't get the includes to work at all.

Can anyone offer me some insight here?

Thanks

megajam02

6:06 pm on Oct 15, 2004 (gmt 0)

10+ Year Member



Never mind. Figured it out by finding another thread on this forum..

WOOHOO!

Thanks for looking though..