Hello all -
I am sending a form full of info. Along with the form fields I am submitting info about the broker that filled out the form.
The info about the broker is in HTML so that th receiver can copy and paste that into websites for submittal elsewhere.
Problem: How can I receive that code via email (form submission) without the HTML code being parsed? I need the code itself...not what it resolves into.
All code for the broker is in a variable called $brokerinfo
Thanks for any help you can give...