Hello eveyone
Is there a way to email an entire html page after the page is processed for data?
What I have is an entire html page that draws data from a db. I would like to email that form before the foreach loop goes back to create another form.
using php's email func, I need to email this entire form. Can someone please tell me how this can be done? I am using shorttags in my html.
Thanks
Is there a way to email an entire html page after the page is processed for data?
What I have is an entire html page that draws data from a db. I would like to email that form before the foreach loop goes back to create another form.
Code:
<html> <body> foreach()...... if()..... </body> </html>
Thanks
Comment