When a concatenated string spans multiple lines, where is the '.' supposed to go? $foo = 'bar' . 'baz'; or $foo = 'bar' . 'baz'; I didn't see this in the CODING_STANDARDS doc... -- Matt