Üyelik formu oluşurma

Batın Türk

Kilopat
Katılım
24 Eylül 2014
Mesajlar
558
Makaleler
47
Herkse merhaba, bir sitem var. Formun HTML'sini aşağıya yazıcam. İstediğim işlem PHP dosyasında yeni profil nasıl oluşturulur, yani örnekle Twitter kaydoluyoruz ve yeni bir profil oluşuyor bu işlem nasıl gerçekleşir. Herkse teşekkürler.

HTML
HTML:
<div align="center" style="margin-top:35px; margin-left:600px">
<form action="log-in-control.php" method="post">
<table><tr><td><input type="email" name="e-mail" placeholder="E - Mail" style="height:40px; width:300px"></td></tr></table>
<table><tr><td><input type="password" name="password" placeholder="Şifre" style="height:40px; width:300px"></td></tr></table>
<table><tr><td><button type="submit" name="login" style="height:40px; width:309px"> GİRİŞ YAP </button></td></tr></table>
<table><tr><td><input type="checkbox" name="checkbox" value="Beni Hatırla"><font size="2" face="Comic Sans MS"> Beni Hatırla </font>
<font size="2" face="Comic Sans MS">·</font><a href="fyp-tr.html"><font size="2" face="Comic Sans MS"> Şifreni mi Unuttun? </font></a></td></tr></table>
</form></div>
<div align="center" style="margin-top:25px; margin-left:600px">
<form action="sign-up-control.php" method="post">
<table><tr><td>
<input type="email" name="e-mail" placeholder="E - Mail" style="height:40px; width:300px"></td></tr></table>
<table><tr><td>
<input type="text" name="name" placeholder="İsim" style="height:40px; width:300px"></td></tr></table>
<table><tr><td>
<input type="password" name="password" placeholder="Şifre" style="height:40px; width:300px"></td></tr></table>
<button type="submit" name="login" style="height:40px; width:309px"> KAYDOL </button></td></tr></table><p>
<font size="1" face="Comic Sans MS"> Kaydol'a Basarak </font><a href="terms.html"><font size="1" face="Comic Sans MS"> Kullanım Koşullarını </font></a><font size="1" face="Comic Sans MS"> Kabul Etmiş Olursun. </font>
</form></div>
 
Uyarı! Bu konu 10 yıl önce açıldı.
Muhtemelen daha fazla tartışma gerekli değildir ki bu durumda yeni bir konu başlatmayı öneririz. Eğer yine de cevabınızın gerekli olduğunu düşünüyorsanız buna rağmen cevap verebilirsiniz.

Geri
Yukarı