When I run a query and email the result, the output has extra characters in it, such as exclamation points. These characters are not present when I output to the browser, only in email. Here is an example in a snippet from an address:
Midland TX 7! 9710 Midland
That exclamation point is not present in the database or in browser output. Why is it adding extra characters? I'm just doing a simple SELECT query filtered with a couple WHERE clauses.