我是用明示和Mongo的 no子。 我有一个简单的方案,通过无线电纽州在用户环境中进行。 我有一个纽芬兰语,但我不知道如何从那里开展工作。 难道我需要一份新的联合材料来把它寄给蒙戈布? 我想要的是,我的html可以节省这些优惠,将其储存到数据库中。 我开始采取什么步骤?
Example here: if I clicked male and hit submit, I would want the word male to save to the database.
<html>
<body>
<form action="">
<input type="radio" name="sex" value="male">Male<br>
<input type="radio" name="sex" value="female">Female
</form>
</body>
</html>