如何在用户单击时删除输入类型 - 值文本。如何打印密码,而不是.......我必须使用java脚本吗?php有什么方法可以删除点吗?
这是我的代码
<html>
<form action="testing.php" method="POST">
<p>SIGN UP</p>
<input type="text" name="name" value="Enter Name" />
<input type="password" name="password" value="Enter Password"/>
<input type="submit" name="submit"/>
</form>
</html>