Salve a tutti
Questo è il mio form di registrazione html
codice HTML:
<form action = "reg.php" method = "POST">
Nome: <input type = "text" name = "fullname" placeholder = "Nome"><br>
Username<input type = "text" name = "username" placeholder = "Username"><br> Password<input type = "password" name = "password" placeholder = "Password"> <input type = "submit" id = "submit" value = "Iscriviti">
</form>
Mi servirebbe anche una casella input per inserire una foto dal pc o dal tel
Potete aiutarmi?
Grazie