How does one concatenate database values into a string?

Posted by ggg on Stack Overflow See other posts from Stack Overflow or by ggg
Published on 2010-04-18T18:45:13Z Indexed on 2010/04/18 18:53 UTC
Read the original article Hit count: 208

Filed under:
|
|

I would like to string together database values into a string. Something like $a "text" $b. And then use the entire string as a variable, let's say $c.

Is it better to do this at the database level? Will php use lots of resources to do this?

© Stack Overflow or respective owner

Related posts about string-manipulation

Related posts about mysql