Hello, I see that it's a very simple question, apparently, but I'm finding it very difficult to do this, I probably should be looking wrong on the subject, what I'm trying to do is this:
$var3 = $var1." ".$var2;
In case var3 would get the string var1 + var2 with a space between them, but in that way I can not get what I want, any way I can do that in this style? (in a simple way).
EDIT: I tested the code and now it worked, there probably should have been some runtime error.