con questo visualizzi quello che è presente nel DB
$sql = "select * from tabella where id = " . $id;
<input type="text" size="53" value='<? print($riga["titolo"]);?>' name="titolo">