|
Anyone know how to add two strings or number?
I mean for example,
$name="JOHN";
$age="27";
Is there any function that can make a:-
$nameage="JOHN is 27";
Thanks.
__________________
$id ="waxxer";
$id = str_replace('x', 'l', $id);
echo $id;
echo " and Marj";
|