How to remove input type – value text when user click on it.
How to print Password, not …….
Do I must use java script?
Is any way for php to remove dot?
Here is my code
<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>
Use Placeholder instead: