How append a string in PHP
I'll share with you how to append a string to PHP. No special function exists to concatenate more than one string. To connect a string with another string, you can use the concatenation assignment operator (.=). This very way to append a string in PHP