-
Notifications
You must be signed in to change notification settings - Fork 0
/
hesabimuyelikbilgilerimguncelle.php
78 lines (66 loc) · 3.47 KB
/
hesabimuyelikbilgilerimguncelle.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<table width="1065" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="500" valign="top">
<form action="index.php?SK=52" method="post">
<table width="500" align="center" border="0" cellpadding="0" cellspacing="0">
<tr height="40">
<td style="color:#FF9900"><h3>Bilgileri Değiştir</h3></td>
</tr>
<tr height="30">
<td valign="top" style="border-bottom: 1px dashed #CCCCCC;"> Bilgilerinizi girerek değiştirin
olun
</td>
</tr>
<tr height="30">
<td valign="bottom" align="left">İsim Soyisim (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="text" name="IsimSoyisim" class="InputAlanlari" value="<?php echo $IsimSoyisim; ?>" </td>
</tr>
<tr height="30">
<td valign="bottom" align="left">E-Mail Adresi (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="mail" name="EmailAdresi" class="InputAlanlari" value="<?php echo $EmailAdresi; ?>" </td>
</tr>
<tr height="30">
<tr height="30">
<td valign="bottom" align="left">Şifre (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="password" name="Sifre" value="EskiSifre" class="InputAlanlari"></td>
</tr>
<tr height="30">
<tr height="30">
<td valign="bottom" align="left">Şifre Tekrar (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="password" name="SifreTekrar" value="EskiSifre" class="InputAlanlari"></td>
</tr>
<tr height="30">
<td valign="bottom" align="left">Telefon Numarası (*)</td>
</tr>
<tr height="30">
<td valign="top" align="left"><input type="text" name="TelefonNumarasi" value="<?php echo $TelefonNumarasi; ?>" maxlength="11"
class="InputAlanlari"></td>
</tr>
<tr height="30">
<td valign="bottom" align="left">Cinsiyet(*)</td>
</tr>
<tr height="30">
<td>
<select name="Cinsiyet" id="" class="SelectAlanlari">
<option value="Erkek" <?php if ($Cinsiyet=="Erkek"){ ?> selected="selected" <?php } ?>>Erkek</option>
<option value="Kadin" <?php if ($Cinsiyet=="Kadin"){?> selected="selected" <?php } ?>>Kadın</option>
</select>
</td>
</tr>
<tr height="40">
<td align="center"><input type="submit" value="Bilgilerimi Güncelle" class="YesilButon"></td>
</tr>
</table>
</form>
</td>
<td width="20"> </td>
</tr>
</table>