The concatenation operator (.) is used to join two string values together.
The following example show how two string are concatenated.
The result will be shown as :
getcoderesults
If we need space between two strings then we use two concat operator between two strings
The following example show how two string are concatenated.
The result will be shown as :
getcoderesults
If we need space between two strings then we use two concat operator between two strings
<?php echo "hello friends"; ?>

0 comments:
Post a Comment