[eluser]swhitlow[/eluser]
[quote author="paulopmx" date="1216389241"][quote author="swhitlow" date="1216388846"]Please note that I have tried the str_replace as well as the json_encode($address) but nothing has worked. Here is what I am getting back through Firebug:
That is where the problem is. If I go into the database and get rid of that one line, It solves the problem. But, I obviously have to code for the user who might input the one line in there. Even if by accident.[/quote]
As you can see i've purposely added \n on shortdesc, in case my values doesn't have \n.
Please not that json_encode as well as any ajax app, requires utf-8 encoding.[/quote]
Just so everyone knows on this board - this worked perfectly. I no longer have the problem of the extra carriage return.