PDA

View Full Version : php &mysql



ghola1364
چهارشنبه 14 فروردین 1387, 11:25 صبح
سلام خسته نباشید
چندتا سوال داشتم لطفا منو راهنمایی و کمک کنید




امکان ثبت اطلاعات پرسنلی و شخصی
امکان نمایش و ویرایش و حذف اطلاعات ثبت شده


ورود به پروژه نیاز بهlogin داشته باشد


کسی که اطلاعات ثبت یا تغییر داده در پورفایل تشخیص داده شود


جلوگیری از ورود اطلاعات نادرست در صفحاتclient

در ضمن من خودم روش کار کردم ولی هر بار یا errorمیده یا در دیتابیس هیچ اطلاعاتی ثبت نمی کند
ممنون از راهنمایی شما دوستان:خجالت::خجالت::خجالت:

amirhosein
چهارشنبه 14 فروردین 1387, 11:51 صبح
خب اینا رو باید چی کار کرد؟
منظورتون این نیست که کسی اونا رو براتون بنویسه؟! محض اطلاع باید بگم که سایت برنامه نویس مخصوص این نیست که پروژه های شما رو بقیه انجام بدن بلکه شما باید خودتون انجامش بدین و اشکالاتتون رو مطرح کنید. امیدوارم ناراحت نشید اما توصیه میکنم یه کتاب آموزش php بگیرید و اون رو بخونید پیشنهادم هم کتاب جعفرنژاد هست.

ghola1364
چهارشنبه 14 فروردین 1387, 12:03 عصر
ممنون از راهنمایتان
ولی من گفته کد ها رو نوشتم ولی error میده من چه جوری می تونم کدها رو اینجا بزارم که قابل خواندن باشد و شما اشتباه منو بگیرید من نمیخوام کسی برام کد بنویسه فقط راهنمایی میخواستم
ممنون

ghola1364
چهارشنبه 14 فروردین 1387, 12:13 عصر
<?php
session_start();if(isset($_SESSION['Pageviews'])) $_SESSION['Pageviews']=$_SESSION['Pageviews']+1;
else $_SESSION['Pageviews']=1;echo "Page views=". $_SESSION['Pageviews'];
?>
<html dir="rtl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>send mail</title>
</head>
<br><font face="Lucida Han..." size="3pt" color="#ffffff"><strong><? print(Date("l F d, Y")); ?></strong>
<body background="orviss.jpg" >
<form name="send" method="POST" action="mail8.php">
<br>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>
<br>
</p>
<p><font color="#ffffff"> &nbsp;&nbsp;&nbsp&nbsp;&nbsp&nbsp;&nbsp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;Your Email :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="from" size="20"></p> </font>
<p><font color="#ffffff"> &nbsp;&nbsp;&nbsp&nbsp;&nbsp&nbsp;&nbsp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Address Email :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="to" size="20"></p> </font>
<p><font color="#ffffff">&nbsp;&nbsp&nbsp;&nbsp&nbsp;&nbsp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;Your Mail Subject :&nbsp; <input type="text" name="subject" size="20"></p> </font>
<p><font color="#ffffff">&nbsp;&nbsp&nbsp;&nbsp&nbsp;&nbsp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;Your Message :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <textarea rows="2" name="message" cols="20"></textarea></p> </font>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" value="Send" name="send"></p>

</form>
</body >
</html>

ghola1364
چهارشنبه 14 فروردین 1387, 12:16 عصر
<?php
$from = 'darya_9673@yahoo.com';
$to = 'darya_9673@yahoo.com';
$subject = 'mozooe(onvane) email';
$message = 'matne email';
$header= "FROM:" .$from ."\n";
$header.= "MIME-version: 1.0\n";
$header .= "X-Mailer: PHP/" . phpversion(). "\n";
$header .= "X-Sender-IP: $REMOTE_ADDR\n";
$header .= "Content-Type: text/html; charset=utf-8";
if (@mail($to, $subject, $message, $header)) {
echo 'Email ersal shod';
} else {
echo 'Email Ersal nashod!';
}
?>

ghola1364
چهارشنبه 14 فروردین 1387, 12:18 عصر
<?php
$link = mysql_connect("localhost","root","") or die('error');
$link=mysql_select_db("usermaryam", $link);
//Check for send button clicked ...
$error = 0;
if($username == '')
{
echo ' <script>alert("Please enter Your username.")history.back(-1);</script> ';
$error = 1;
}
if($password == '')
{
echo ' <script>alert("The mail password is empty ! please enter it.")history.back(-1);</script> ';
$error = 1;
}
if($Email == '')
{
echo ' <script>alert("The mail email is empty ! please enter it.")history.back(-1);</script> ';
$error = 1;
}
if ($error == 0)
{
echo ("Thank you! .");
$query="INSERT INTO `u1` ( `username` , `password` , `email` )
VALUES ('$_POST[Username]', '$_POST[Password]', '$_POST[email]')";
$result=mysql_query($query);
if($result)
{
echo '<font size=7><b>ok insert</b></font>';
}
}
?>

ghola1364
چهارشنبه 14 فروردین 1387, 12:39 عصر
<?php
$link = mysql_connect("localhost","root","") or die('error');
$link=mysql_select_db("usermaryam", $link);
//Check for send button clicked ...
$error = 0;
if($username == '')
{
echo ' <script>alert("Please enter Your username.")history.back(-1);</script> ';
$error = 1;
}
if($password == '')
{
echo ' <script>alert("The mail password is empty ! please enter it.")history.back(-1);</script> ';
$error = 1;
}
if($Email == '')
{
echo ' <script>alert("The mail email is empty ! please enter it.")history.back(-1);</script> ';
$error = 1;
}
if ($error == 0)
{
echo ("Thank you! .");
$query="INSERT INTO `u1` ( `username` , `password` , `email` )
VALUES ('$_POST[Username]', '$_POST[Password]', '$_POST[email]')";
$result=mysql_query($query);
if($result)
{
echo '<font size=7><b>ok insert</b></font>';
}
}
?>

ghola1364
چهارشنبه 14 فروردین 1387, 12:42 عصر
<body background="orviss.jpg">
<table cellspacing="0" cellpadding="0" width="909">
<tr>
<td id="page" width="906" height="101" colspan="2">
<div align=center>
<div id="bpage">
<div id="title-center">
<div id="title-left">
<div id="title-right" style="width: 718px; height: 91px">
<div id=blogtitle>
<h1 id="head1"><font size="5" color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></h1></div>
<div align="left">
&nbsp;</div>
</div>
</div></div></div>
<BlogAuthorsBlock>
<BlogLinkDumpBlock>
<tr>
<td height="492" width="159">
<font face="Lucida Han..." size="3pt" color="#000000">
<div id="pm-left1">
<div id="pm-right1">
<div id="pmtitle1">
<p align="left">
<font size="2"><font size="2" face="Lucida Han..." color="#000000"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ORJINALMENU&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </b></font></div>
</div></div></BlogProfile>
<p align="left"><font color="#000000">&nbsp;</font><span style="font-size: 9pt"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; </b></span>
<font size="2" face="Lucida Han..." color="#000000"><a href="java1.php" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#000000"><img border="0" src="51.png" width="12" height="13"></font></a></font><span style="font-size: 9pt"><b><a href="java1.php" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none"><font color="#383838">HOME</font></a><font color="#383838">
</font>
<a href="java1.php" style="color: "#383838"; font-family: Tahoma; font-size: 8pt; text-decoration: none">
<font color="#383838">&nbsp; </font> </a>
<font color="#383838">&nbsp; </font> </b></span><font color="#383838"><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</font><font color="#000000" size="2" face="Lucida Han..."><a href="matlab1.php" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#000000"><img border="0" src="51.png" width="12" height="13"></font></a></font></font></font><font color="#000000"><b><a href="" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none"><font size="3pt" style="font-size: 8pt" color="#383838" face="Tahoma">List
personnel</font></a></b></font><font size="2" face="Lucida Han..." color="#383838"><font color="#383838">&nbsp;&nbsp;&nbsp;&nbsp;
</font>
<br><font color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="send1.php" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#000000"><img border="0" src="51.png" width="12" height="13"></font></a></font></font><font size="2" face="Lucida Han..." color="#000000"><span style="font-size: 9pt"><b><a href="send1.php" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#383838">E_mail</font></a></b></span></font><font size="2" face="Lucida Han..." color="#383838">&nbsp;&nbsp;&nbsp;&nbsp; </font><font size="2" face="Lucida Han..." color="#000000"><font color="#000000"> <br>
<script>function mo_save () {window.document.execCommand('SaveAs')}</script>
</font>
<span style="font-size: 9pt"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; </b></span><font color="#000000"><a href="javascript:mo_save()" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#ffffff"><img border="0" src="51.png" width="12" height="13"></font></a></font></font><font face="Lucida Han..." size="3pt" color="#000000"><font size="2"><span style="font-size: 9pt"><b><a href="javascript:mo_save()" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none"><font color="#383838">To
Save Page</font></a></b></span><font color="#000000"><a href="javascript:mo_save()" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#383838">&nbsp;</font></a></font></font></font><font size="2"><font face="Lucida Han..." size="3pt" color="#383838">&nbsp;&nbsp;&nbsp;&nbsp; </font><font face="Lucida Han..." size="3pt" color="#000000"><br><BlogProfile></BlogProfile><BlogProfile></BlogProfile>
</font>
</font> <font face="Lucida Han..." size="3pt" color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <img border="0" src="51.png" width="12" height="13"></font><BlogProfile></BlogProfile><BlogProfile></BlogProfile><b><font size="2"><a href="register.php" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none"><font color="#383838">RegisterName&nbsp;</font></a></font></b><font face="Lucida Han..." size="3pt" color="#000000">&nbsp; </font><font color="#000000">&nbsp; </font>

<BlogProfile><div id="pm-left2">
<div id="pm-right2">
<div id="pmtitle2">
</BlogProfile>
<p align="left"><font size="2"><font size="2" face="Lucida Han..." color="#000000"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LINKS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</b></font></div>
</div></div></div>

<p align="left">

<span style="font-weight: 700; font-size: 9pt">&nbsp;</span><font color="#000000" size="2" face="Lucida Han..."><font color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><a href="http://arminaey.mihanblog.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#000000"><img border="0" src="51.png" width="12" height="13" ></font></a></font><span style="font-weight: 700; font-size: 9pt"><a href="http://arminaey.mihanblog.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none"><font color="#383838">T</font><span style="font-size: 9pt"><font color="#383838">he Best Links</font></span></a></span><font color="#383838">&nbsp;&nbsp;&nbsp;&nbsp; <br>
<span style="font-weight: 700; font-size: 9pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</span></font><font color="#000000" size="2" face="Lucida Han..."><a href="http://www.kookmagazine.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#383838"><img border="0" src="51.png" width="12" height="13"></font></a></font><span style="font-weight: 700; font-size: 9pt"><a href="http://www.kookmagazine.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none"><font color="#383838">K</font><span style="font-size: 9pt"><font color="#383838">ook</font></span></a></span><font color="#000000"><a href="http://www.kookmagazine.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#383838">&nbsp;&nbsp;&nbsp;&nbsp; </font></a><br>
<a href="http://www.persiangraphic.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" >
&nbsp;</a></font><font color="#000000" size="2" face="Lucida Han..."><font color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><a href="http://www.persiangraphic.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><font color="#000000"><img border="0" src="51.png" width="12" height="13"></font></font><font color="#000000"><a href="http://www.persiangraphic.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" ><span style="font-size: 9pt"><b><font color="#383838">Pictures</font></b></span><font color="#383838"> </font><font color="#000000">&nbsp;&nbsp;&nbsp; </font></font>
<a href="http://www.persiangraphic.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" >
<p align="left">

</a></font></font><font size="3pt" color="#000000">
</font></font>

<p align="left"></div>
</div></div></div>
<td align="right" width="750">
<table border="0" width="75%" cellspacing="0" cellpadding="0" id="table6">
<tr>
<td width="73%" height="496">
<form name="username" action="mail41.php" method="post">

<TABLE dir="ltr" cellSpacing="0" cellPadding="0" width="750" align="center" border="0">
<TR>
<TD>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR >
<td ></td>
<TD dir="rtl" align="center" width="749">&nbsp;<p>&nbsp;</p>
<p>
<b><font face="Californian FB" color="#CC0000">
Register Name </font>
</b>
<table id="tblStep1" dir="rtl" cellspacing="0" cellpadding="0" width="529" border="0">
<tr>
<TD dir="rtl" align="center">
<table height="100%" cellSpacing="0" cellPadding="0" width="95%" border="0">
<tr>
<td class="tit" dir="rtl" vAlign="bottom" height="25">
<table style="width: 100%" cellspacing="0" cellpadding="0">
<tr>
<td class="tit" style="width: 159px">
<font size="2" color="#FFFFFF">
شناسه کاربری
</font>
<font face="Californian FB" color="#CC0000">
<font size="2">
(Username)</font>:</font></td>
<td><b>
<span id="Err1" dir="rtl" style="color:Red;font-family:Tahoma;font-size:XX-Small;"></span></b>
</td>
</tr>
</table>
</td>
</tr> <tr>
<td dir="rtl" height="5">
<font size="2" color="#FFFFFF">
(این شناسه برای
دیگران قابل رویت
نمیباشد)
</font></td>
</tr>
<tr>
<td dir="rtl" vAlign="bottom" height="25">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="260"><input name="username" type="text" maxlength="256"dir="ltr" AutoComplete="off" onChange="changeid()" /></td>
<td dir="ltr" align="left" width="10">&nbsp;
</td>
<td dir="rtl">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td dir="rtl" vAlign="bottom" height="10"><a class="bluered8" id="idAnchor" href="javascript:openCh('IDHelper.aspx?vc=','')">
آ<span style="font-size: 9pt">یا
این شناسه قبلا&quot;
انتخاب شده؟</span></a></td>
</tr>
<tr>
<td class="tit" dir="rtl" vAlign="bottom" height="30"><font size="2">
<font color="#FFFFFF">
کلمه عبور
</font>
<font size="2" face="Californian FB" color="#CC0000"> <span lang="en-us">
(Password):</span></font></td>
</tr>
<tr>
<td dir="rtl" height="30">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="260"><input name="password" type="password"dir="ltr" AutoComplete="off" onChange="changeid()"/></td>

<td dir="rtl">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="tit" dir="rtl" vAlign="bottom" height="20"><font size="2">
<font color="#FFFFFF">
تکرار کلمه عبور</font><font size="2" face="Californian FB" color="#CC0000">(Repeat
Password):</font></td>
</tr>
<tr>
<td dir="rtl" height="30">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="260"><input name="password_v" type="password" id="password_v" class="input_shadow_8" dir="ltr" /></td>

<td dir="rtl">
<span id="Requiredfieldvalidator4" dir="rtl" controltovalidate="password_v" errormessage="*" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" style="color:Red;font-family:Tahoma;font-size:6pt;visibility:hidden">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="gray8" dir="rtl" vAlign="top" height="10">
<font color="#FFFFFF">
<span style="font-size: 9pt">
(حداقل از 6 کاراکتر
استفاده کنید)</span></font></td>
</tr>
<tr>
<td class="gray8" dir="rtl" vAlign="bottom" align="right" height="50">
<table cellSpacing="0" cellPadding="0" border="0" width="313">
<tr>
<td width="87">
<font color="#FFFFFF" face="Lucida Han..." size="2">
Special&nbsp;
E_mail:</font></td>
<td class="tit">
<p align="right">
<font color="#FFFFFF">
&nbsp;
</font> <b>
<font color="#FFFFFF">
<span lang="en-us">
&nbsp;</span></font></b><font color="#FFFFFF" face="Lucida Han..." size="3pt"><input name="Email" type="text" maxlength="256" dir="ltr"AutoComplete="off" onChange="changeid()" /></font><span id="Err2" dir="rtl" style="color:Red;font-family:Tahoma;font-size:XX-Small;"></span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="gray8" dir="rtl" height="5">
<font color="#FFFFFF">
<span style="font-size: 8pt">
(ایمیل تایید اولیه
برای فعال نمودن حساب
کاربری شما در سایت،
به این آدرس ارسال
خواهد شد)</span></font></td>
</tr>
<tr>
<td class="gray8" dir="rtl" height="30">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="260"></td>

<td dir="rtl">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="tit" dir="rtl" vAlign="bottom" height="25">
<font color="#FFFFFF">
FirstName :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><font size="1" face="Lucida Han..." color="#000000"><input name="FirstName" type="text" maxlength="256" id="FirstName" class="input_shadow_8" lang="f"onkeypress="FKeyPress()" dir="rtl" /></font></td>
</tr>
<tr>
<td dir="rtl" align="right" height="30">
<table cellSpacing="0" cellPadding="0" border="0" width="269">
<tr>
<td width="260">&nbsp;</td>
<td dir="ltr" align="center" width="9">&nbsp;
</td>


</table>
</td>
</tr>
<tr>
<td class="tit" dir="rtl" vAlign="bottom" height="20">
<font color="#FFFFFF">
LastName:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</font><font size="1" face="Lucida Han..." color="#000000"><input name="LastName" type="text" maxlength="256" id="LastName" class="input_shadow_8" lang="f" onKeyPress="FKeyPress()" dir="rtl" /></font><font color="#FFFFFF">&nbsp;&nbsp;
</font>

<font color="#000000" size="2" face="Lucida Han...">
<a href="http://www.persiangraphic.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" >
<font face="Lucida Han..." size="3pt" color="#000000">

<input type="submit" name="send" value="ارسال" ></b></td>
</tr>
</table></form>

<tr>
<td dir="rtl" align="right" height="30">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="260">&nbsp;

</td>
<td dir="ltr" align="center" width="24">&nbsp;
</td>

<td dir="rtl"><table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
</td>

<table height="114%" cellSpacing="0" cellPadding="0" width="104" border="0">
<tr>
<td dir="ltr" align="center" height="36">

&nbsp;
</b></td>
</tr>






</TD>
</TR>
</td>
<div id="pmtitle1">
<p align="left"></div>
</div></div><font size="3pt" color="#000000">
<p align="right">&nbsp;</font>&nbsp;&nbsp; </p><font size="2">

<p align="right">

<font color="#000000">
<a href="http://www.persiangraphic.com/" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; text-decoration: none" >
<font color="#000000"></div>
&nbsp; </font>
<tr>
<td width="906" colspan="2">
<font face="Lucida Han..." size="3pt" color="#000000">
<p align="right">&nbsp;</p>
<table border="0" width="75%" cellspacing="0" cellpadding="0" id="table6" height="19">
<tr>
<td width="99%" height="19">&nbsp;
</td>
</tr>
</td>
</tr>

</tr>
</table>
</body>
</html>

ghola1364
چهارشنبه 14 فروردین 1387, 12:47 عصر
ممنون می شم که اشتباههایی این کد ها رو بگیرین
هر کد بترتیب با کد صفحه گذاشته شده
بازم از راهنمایی شما ممنون هستم