Quote:
Originally Posted by mkx
hmm the code seems like it would work but isn't make any difference, still echoing with the new line
|
Can you look and see how it is listed in your database ?? Sometimes it's just a \n so then you'd use
<?php print str_replace('\\n','', $recipient->address_street) ?>