PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Though you'll need to be careful how you build the email content if you use include(). You'll need to construct a string and then use return $string; at the end of the include to get it to work. EG: