 Yazar : By_DoKToR
Seviye:
|
ACIL YARDIM ADI GIRME SORUNLUGU
<?php
echo "IP Adresiniz ".$ip=$_SERVER['REMOTE_ADDR'] ;
?>
<style type="text/css">
<!--
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.style2 {font-family: Georgia, "Times New Roman", Times, serif}
body {
background-color: #D2F0CE;
background-image: url();
}
.style19 {
font-size: 18px;
color: #006600;
font-family: "Courier New", Courier, monospace;
}
.style11 { font-size: 18px;
color: #999999;
font-family: "Courier New", Courier, monospace;
}
.style14 {color: #FF0000}
.style21 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #0000CC;
font-size: 18px;
}
.style25 {color: #990000}
.style26 {font-size: 14px}
.style27 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }
.style28 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #FF0000;
}
.style29 {color: #000000}
.style30 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #FF0000; }
.style32 {color: #0000CC; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style36 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #990000;
}
.style38 {
font-size: 22px;
color: #006600;
font-family: "Courier New", Courier, monospace;
}
.style39 {font-size: 18px}
.style40 {color: #D2F0CE}
.style45 {
color: #000000;
font-size: 14px;
}
.style46 {font-family: Georgia, "Times New Roman", Times, serif; color: #000000; }
.style47 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #D2F0CE;
}
.style48 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #990099;
}
.style49 {font-size: 18px; color: #D2F0CE; }
.style51 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #990099; }
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<form name="giris" action="giris.php" method="post">
<label>
<div align="center">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9, 0,28,0','width','780','height','173','title','AOE','src','Banner','quality','high','plugin spage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlas h','movie','Banner' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0" width="780" height="173" title="AOE">
<param name="movie" value="Banner.swf" />
<param name="quality" value="high" />
<embed src="Banner.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=Shockwav eFlash" type="application/x-shockwave-flash" width="780" height="173"></embed>
</object>
</noscript>
</label>
<table cellpadding="8" cellspacing="0" align="center">
<tr>
<td width="104" bgcolor="#FFCC99" class="style2">Adınız</td>
<td width="145" bgcolor="#FFFFCC"><input type="text" name="kadi" /></td>
</tr>
<tr>
<td width="104" bgcolor="#FFCC99"><span class="style2">Şifreniz</span></td>
<td bgcolor="#FFFFCC"><input type="password" name="sifre"></td>
</tr>
<tr>
<td colspan="2" align="right" bgcolor="#C6E2FF">
<div align="center">
<input type="submit" value=" Kayıt Ol ">
</div></td>
</tr>
</table>
Arkadaşlar benim tek sorunum burda adı kısmına zorunluluk eklemek. Üyeler girerken genelde boş bırakıyor. Ben zorunluluk olsun, aynı harf yan yana 3 kere olmasın ve en az 3 harf girilmesini istiyorum. Ne yaptıysam başaramadım. Bana yardımcı olursanız sevinirim arkadaşlar
|