I am explaining you, how to concatenate strings in PHP.
if you want to concatenate strings, you can use the concatenation operator .
Example:
<?php
$string1 = "webdeveloperindia.in is ";
$string2 = "learning tutorial website";
echo "$string1" . "$string2";
?>
Result:
webdeveloperindia.in is learning tutorial
Hello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – [email protected] | Skype – azaruddin23. I have knowledge of PHP, Laravel, Magento 1/2, Codeigniter, WordPress, Joomla, Shopify, Git, Bitbuket, jQuery, Ajax, Javascript and ReactJS.