Concatenate two strings ???

Posted on 16th Feb 2014 by admin

I have string one $string1 and another $string2.

How to concatenate (add) both of them $string1+" "+$string2 also check condition for the total string length not more than 100 characters

Other forums