Quote:
Originally Posted by grimvh2
PHP Code:
format(combine, charsmax(combine), "%s %s %s %s %s %s", word1, word2, word3, word4, word5, word6)
|
Yeah man.. I know how to combine them, but there are different number of rows for different players, so I don't know how to get them ALL and combine them. The rows can be 5 or 10 or 15 or more or less..
So one more time - I get all rows I need with:
SELECT * FROM `table` WHERE steamid='%s'
then from each row, I want to get the value from the column test, and finally to combine all values in one string.