کد
خروجی
توضیحات
$string1 = "Text1"; $string2 = "Text2"; echo $string1.$string2;
Text1Text2