Php creating output in textbox

hello guyz i have problem sending my output into textbox does anyone can help me?
heres my code…

<?
$message = “Hello Evryone”; //this is my problembelow//
echo’<pre>From<input type=“text” name="from_form2"size “30” value="echo"$message" "></pre>';
?>