in fondo ha invertito } e il ;
da
aCodice 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'/> "
};
?>
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'/> ";
}
?>