Codice PHP:
echo "<input type=\"text\" name=\"variable\" value=\"{$variabile}\">"
o se sei fuori dal codice php
codice:
<input type="text" name="variable" value="<?php echo $variabile; ?>">
Non vedo il problema