Heres the scenario, I've got multiple text fields in a MySQL db. I would like to do some processing (add variables, etc) to fields a and b then merge into the text contained in field c which then becomes the body of a html email. If I have field c written out in the PHP code everything works fine but I would like to store and retrieve field c from a db. I am completely stumped on how to accomplish this.
Ned