Codice PHP:
<?php
//codice che genera il tuo valore
$valore "qualcosa";
?>

<input type="text" value="<?php $valore ?>" name="nome">