+ 1
How i can submit password and user name to email?
how I can make the submit button send the username and the password to my email? when I make ///<form action="xxxxxxmy.emailxxxxxx" method="post"> <input type="txt" name="username" /> <input type="password" name="password"> <input type="submit" value="submit" /> </input> </form>/// I get faild message tell this is not able web site , how I can make the password and user name submitted to my email? (im using html)
1 Odpowiedź
+ 1
You can't do it with html only. html is a markup language, it can't perform actions. Learn javascript and php first.