<?PHP $s1 = "Boldog "; $s2 = "Kellmes "; $s3 = "karácsont "; $s4 = "újévet "; $s5 = "és "; $s6 = "mindenkinek!"; echo $s2.$s3.$s5.$s1.$s4.$s6; ?>