Created
December 22, 2011 21:33
-
-
Save bsaral/1511957 to your computer and use it in GitHub Desktop.
form.htm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<META http-equiv=content-type content=text/html;charset=UTF-8> | |
<title> PHP-MYSQL </title> | |
</head> | |
<body> | |
<form action="form.php" method="post"> | |
İSMİNİZ | |
<input type="text" name="isim"/><br> | |
PAROLANIZ | |
<input type="password" name="par"/><br> | |
MAİL ADRESİNİZ | |
<input type="text" name="mail"/><br> | |
<input type="submit" value="GONDER"/> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment