Hello everyone
Another question from clueless here. I'm O.K. with the sending an HTML doc using the mail() function thing.. but, I failed to mention that the HTML doc I was referring to contained PHP script.
So the question is.. is it possible to send this HTML document using the mail() function? If not.. HOW THE HECK DO I DO IT.
There has to be a way to send an HTML doc containing PHP script.
And what if I wanted to do this...
I have an HTML file (sendMail.html) and a PHP file (sendMail.php), within sendMail.php I want to send the sendMail.html. How do you send an HTML when it wasn't created within the PHP doc.
Am I confusing everyone yet?