Which is better of the following two<br><br>&lt;?php <br>echo &quot;This is a string with variable $test_variable&quot;<br>?&gt;<br><br>&lt;?php<br>echo &#39;This is another variant of the above statement &#39;.$test_variable <br>
?&gt;<br><br><br>Regards<br>Satish Gandham<br>