
Hi friends,
Can any one guide me how to use the concatenation string operator in PHP?

Hi,
You can find the examples and how to use the PHP Concatenation string Operator Articles. For more details visit

Hi,
You can find the examples and how to use the PHP Concatenation string Operator Articles. For more details visit

Php Concatenation Operator;
$txt1="Hi"; $txt2="How are you"
echo $txt1." ".$txt2; ?>

Php Concatenation Operator;
$txt1="Hi"; $txt2="How are you"
echo $txt1." ".$txt2; ?>

Php Concatenation Operator;
$txt1="Hi"; $txt2="How are you"
echo $txt1." ".$txt2; ?>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.