Generation

create a form of contact with number id, addres, full name and e-mail

<form action="submit.php" method="post"> First name:<br> <input type="text" name="firstname" value="Mickey"> <br> Last name:<br> <input type="text" name="lastname" value="Mouse"> <br><br> <input type="submit" value="Submit"> </form>

Questions about programming?Chat with your personal AI assistant