Email Form Script On Username And Pass!!
Hey guys.......Iv got a website and i want users to write there daTA on a pag..... and the script to send the data to me by email.......... e friend told me i need a database a php script and all that stuff....Can you please point me in the righ direction....This is the script of the boxes on the login page THX
<form action="/go/login" method="post">
<input type="hidden" value="login" name="action"/>
<input type="hidden" value="-Lw__" name="target"/>
<input type="hidden" value="YES" name="remember"/>
<label for="headerNicknameText">nickname o e-mail</label>
<input id="headerNicknameText" type="text" maxlength="60" size="10" name="nickname"/>
<label for="headerPasswordText">password</label...
<input id="headerPasswordText" type="password" maxlength="20" size="10" name="password"/>
<input id="headerLoginButton" type="submit" value="Accesso" name="login"/>
</form>
</div>
|