How does one concatenate database values into a string?
- by ggg
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?