<?
//Concatenation is used to put two string values together)
$txt1="Do you want to study PHP?";
$txt2=" Yes, I want to study PHP!";
echo $txt1."".$txt2;
?>
//Concatenation is used to put two string values together)
$txt1="Do you want to study PHP?";
$txt2=" Yes, I want to study PHP!";
echo $txt1."".$txt2;
?>
Tidak ada komentar:
Posting Komentar