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!
I'm back with some of the same code, now I need to format the body of the email a little currently the code rightfully outputs one string of text for the body. I'd like to have line breaks inbetween sections. I tried adding <br> into the body variable it just output <br> I tried 'br' and it failed and I also tried \n supposedly a line break but it did not work. The code is below, I'm sure it is a simple solution, just one I am over looking, thanks dustin.