in fondo ha invertito } e il ;

da
Codice PHP:
echo " 
      utente 
      <input name='utente' type='text' value=<?php echo $uid?>/> 
      password 
      <input name='password' type='text' value=<?php echo $upwd?>/> 
      <input name='invia' type='submit' value='Invia'/> " 
}; 
?>
a
Codice PHP:
 echo " 
      utente 
      <input name='utente' type='text' value=<?php echo $uid?>/> 
      password 
      <input name='password' type='text' value=<?php echo $upwd?>/> 
      <input name='invia' type='submit' value='Invia'/> "; 

?>