|
|
|
ช่วยเเก้ไข Code ของผมให้หน่อยคับ มัน error ที่บรรทด 39 คับ |
|
|
|
|
|
|
|
Code (C#)
<?
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>check_reg</title>
<style type="text/css">
<!--
body {
background-image: url(images/Android_.jpg);
}
body, td, th {
font-family: Times New Roman, Times, serif;
font-size: 24px;
color: #0000FF;
font-weight: bold;
}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<br />
<table width="421" height="83" border="0" align="center">
<tr valign="middle">
<td width="426" align="center"><?
include("config.php");
$sex=$_POST["in_sex"];
$name=$_POST["in_name"];
$last_n=$_POST["in_last_n"];
$date=$_POST["in_date"];
$mail=$_POST["in_email"];
$pass=$_POST["in_pass"];
$con_pass=$_POST["in_con_pass"];
if(isset($pass==$con_pass)){
$sql = "insert into member(Sex,Name,Lastname,Email,Password)
values ('$sex','$name','$last_n','$date','$mail','$pass')";
$result = mysql_query($sql);
if($result){
echo "บันทึกข้อมูลเรียบร้อยแล้ว";
?>
<meta http-equiv="refresh" content="3;URL=index.php" />
<?
}else{
echo "เกิดข้อผิดพลาดในการบันทึกข้อมูล";
?>
<meta http-equiv="refresh" content="3;URL=index.php" />
<?
}//end if
?>
</td>
</tr>
</table>
</form>
</body>
</html>
Tag : PHP, WebService
|
|
|
|
|
|
Date :
2012-03-27 13:36:21 |
By :
big |
View :
1249 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คืแ ว่าผมจะให้มันตรวจสอบสอบว่า กรอก password ถูกต้องหรือไม่อะคับ
|
|
|
|
|
Date :
2012-03-27 13:41:59 |
By :
big |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มัน error เพราะ isset($pass==$con_pass)
if(isset($pass==$con_pass))
ลองเป็น
if($pass==$con_pass && isset($pass))
|
|
|
|
|
Date :
2012-03-27 13:52:22 |
By :
randOmizE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้คับ ติดที่ บรรทัดเดิมคับป๋ม
|
|
|
|
|
Date :
2012-03-27 14:23:12 |
By :
big |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
if($pass==$con_pass){
|
|
|
|
|
Date :
2012-03-27 14:27:51 |
By :
pumin99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณค้าฟ ได้เเว้วคร้าฟ
|
|
|
|
|
Date :
2012-03-27 14:50:40 |
By :
big |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|