Possible Duplicate:
How to concatenate echos
I want to concatenate wordpress option setting value (get_option('my_option_value') with css class in php file. My css class are box-one ,box-two, box-three. While (get_option('my_option_value') gives value one,two and three according to option setting.How can I concatenate class="box-" and (get_option('my_option_value')?