Skip to content

Instantly share code, notes, and snippets.

@bsaral
Created December 22, 2011 21:33
Show Gist options
  • Save bsaral/1511957 to your computer and use it in GitHub Desktop.
Save bsaral/1511957 to your computer and use it in GitHub Desktop.
form.htm
<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