05-03-2009, 03:48 PM
|
#6 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
Quote:
|
Thanks, I had no idea that you can use commas to concatenate strings!? Of all the operators I've been reading about they have never mentioned comma as a concatenater!!!
|
That isn't a concatenater, echo can take multiple parameters, that's what the comma is (like you would a function).
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
|
|
|
|