Search found 1 match
- Tue Feb 23, 2010 9:26 am
- Forum: PHP - Code
- Topic: Display php page in email body?
- Replies: 8
- Views: 457
Re: Display php page in email body?
I've done a similar thing myself. What you could maybe do is incorporate the email code into the statement.php file and then use PHP's output buffering. You'd then initate the mail with calling statement.php?sendemail and then in the statement.php it would look like so: <?php if ($_REQUEST['send...