Which is better of the following two<br><br><?php <br>echo "This is a string with variable $test_variable"<br>?><br><br><?php<br>echo 'This is another variant of the above statement '.$test_variable <br>
?><br><br><br>Regards<br>Satish Gandham<br>