It contains Simple Questions and Answers in PHP
it will achieve on via concatenating operator(.)
$st1 = 'Welcome';
$st2 = 'php';
$st3 = $st1.$st2;