group_concat(A,\' \',B,\' \',C) as Name,
then using this php for displaying
I figured it out. this is the correct way to add line break as seperator in the browser:
group_concat(A,' ',B,' ',C separator '') as Name,