Forum Moderators: coopster
Please tell me if there is a function to merge to variables holding text.
Habtom
$var3 = $var1." - ".$var2;
echo $var3 // will output // this is a variable holding text - another variable holding text
I was wondering if there is a function like array_merge for merging variables.
was wondering if there is a function like array_merge for merging variables.
Perhaps you should define what you mean by merging valiables.