Monday, 5 January 2015

PHP Concatenation Operator

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






&lt?php

echo "hello friends";

?>

This entry was posted in :

0 comments:

Post a Comment