<?php $q = "Бла бла бла"; echo ("<input type = text value = ''.$q.''>"); ?>
<?php $q = "Бла бла бла"; echo ("<input type = text value = \"$q\">"); ?>