|
|
|
ดูโค๊ตให้หน่อยนะคับ หลังจากที่ผมได้ทำการเช็คค่าหมายเลข IPaddress เครื่องแล้ว ต่อมาผมก้อ ทำการเช็คหมายเลข Maxaddress |
|
|
|
|
|
|
|
<?php
$dsn ="IPP";
$user = "";
$pass = "";
$IPaddress = $_POST{"IPaddress"};
$Maxaddress = $_POST{"Maxaddress"};
$Department = $_POST{"Department"};
$Division = $_POST{"Division"};
$User = $_POST{"User"};
$Phone = $_POST{"Phone"};
$SystemAdmin = $_POST{"SystemAdmin"};
$connect = odbc_connect($dsn, $user, $pass) or die("ติดต่อ DSN ไม่ได้");
$sql = "Select IPaddress From ipp Where IPaddress = '".$IPaddress."'";
$exec = odbc_exec($connect, $sql);
$num_rows = odbc_result($exec, 1);
echo "<br>rows = ".$num_rows."<br>";
if ($num_rows ==0){
$sql = "Select Maxaddress From ipp Where Maxaddress = '".$Maxaddress."'";
$exec = odbc_exec($connect, $sql);
$num_rows = odbc_result($exec, 1);
echo "<br>rows = ".$num_rows."<br>";
if($num_rows ==0){
$sql = "insert into ipp (IPaddress, Maxaddress, Department, Division, User, Phone, SystemAdmin) values('$IPaddress', '$Maxaddress', '$Department', '$Division', '$User', '$Phone', '$SystemAdmin')";
//echo "sql: ". $sql;
$exec = odbc_exec($connect, $sql);
echo "<Font Size=4 color=red><b>บันทึกข้อมูลเรียบร้อยแล้ว</b></Font>";
echo "<Br><Br><A Href=\"ip3.php\">ดูข้อมูล</A>";
echo "<Br><Br><A Href=\"ip1.php\">เพิ่มข้อมูลอีก</A>";
echo "</B></Font>";
odbc_free_result($exec);
}else{
echo "<Font Size=4 color=blue><b>IP Address นี้มีแล้วคับ...!!!!</b></Font>";
}
}else{
echo "<Font Size=4 color=blue><b>Maxaddress นี้มีแล้วคับ..!!!!</b></Font>";
}
echo "<Br><Br><A Href=\"ip1.php\">เพิ่มข้อมูลอีก</A>";
odbc_close($connect);
?>
หลังจากที่ผมได้ทำการเช็คค่าหมายเลข IPaddress เครื่องแล้ว ต่อมาผมก้อ ทำการเช็คหมายเลข Maxaddress คับ แต่พอกรอกหมายเลขใหม่เข้าไป ผลปรากฏดังนี้ครับ
rows = 434.94.3.8
Maxaddress นี้มีแล้ว..!!!!
เพิ่มข้อมูลอีก<<< ลิ้งเพื่อเพิ่มข้อมูล
ซึ่งพอผมกรอกหมายเลข IPaddress ที่ซ้ำกับในฐานข้อมุล ผลปรากฏดังนี้ครับ
rows = 434.94.3.8
Maxaddress นี้มีแล้ว..!!!! (ควรจะเป็น IPaddress นี้มีแล้ว)
เพิ่มข้อมูลอีก
อยากทราบว่าควรทำอย่างไรคับถึงจะ เวลาที่เรากรอกหมายเลขไอพีที่ซ้ำจะขึ้น IPaddress นี้มีแล้ว
และ เวลาที่เรากรอกหมายเลขMaxaddress ซ้ำจะขึ้น Maxaddress นี้มีแล้ว
Tag : - - - -
|
|
|
|
|
|
Date :
29 ก.ค. 2548 14:49:24 |
By :
MUSHU |
View :
2482 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$connect = odbc_connect($dsn, $user, $pass) or die("ติดต่อ DSN ไม่ได้");
$sql = "Select IPaddress From ipp Where IPaddress = '".$IPaddress."'";
$exec = odbc_exec($connect, $sql);
$num_rows = odbc_result($exec, 1);
echo "<br>rows = ".$num_rows."<br>";
if($num_rows ==0)
{
$sql2 = "Select Maxaddress From ipp Where Maxaddress = '".$Maxaddress."'";
$exec2 = odbc_exec($connect, $sql2);
$num_rows2 = odbc_result($exec2, 1);
echo "<br>rows2 = ".$num_rows2."<br>";
if($num_rows2 ==0)
{
$sql3 = "insert into ipp (IPaddress, Maxaddress, Department, Division, User, Phone, SystemAdmin) values('$IPaddress', '$Maxaddress', '$Department', '$Division', '$User', '$Phone', '$SystemAdmin')";
$exec3 = odbc_exec($connect, $sql3);
echo "<Font Size=4 color=red><b>เพิ่มข้อมูลเรียบร้อยแล้ว</b></Font>";
echo "<Br><Br><A Href=\"ip3.php\">ดูข้อมูล</A>";
echo "<Br><Br><A Href=\"ip1.php\">เพิ่มข้อมูล</A>";
echo "</B></Font>";
odbc_free_result($exec3);
}
else
{
echo "<Font Size=4 color=blue><b>Maxaddress นี้มีอยู่แล้ว..!!!!</b></Font>";
}
}
else
{
echo "<Font Size=4 color=blue><b>IP Address นี้มีอยู่แล้ว...!!!!</b></Font>";
}
echo "<Br><Br><A Href=\"ip1.php\">เพิ่มข้อมูลอีก</A>";
odbc_close($connect);
?>
จุดประสงค์ของคุณก็คือ ตรวจสอบว่าถ้าหาก ip address หรือ maxaddress ตัวใดตัวหนึ่งมีอยู่แล้ว ก็ไม่ต้องบันทึก
ใช่หรือเปล่า
ถ้าเป็นอย่างนั้นก็ไม่จำเป็นต้องเขียนโค้ตให้ยุ่งยากเลยนิ
เอามารวมกันก็ได้ แบบนี้น่าจะง่ายกว่านะ
$connect = odbc_connect($dsn, $user, $pass) or die("ติดต่อ DSN ไม่ได้");
$sql = "Select IPaddress From ipp Where IPaddress = '$IPaddress' OR Maxaddress='$maxaddress'";
$exec = odbc_exec($connect, $sql);
$num_rows = odbc_result($exec, 1);
echo "<br>rows = ".$num_rows."<br>";
if($num_rows ==0)
{
if(odbc_exec($connect,"insert into ipp (IPaddress, Maxaddress, Department, Division, User, Phone, SystemAdmin) values('$IPaddress', '$Maxaddress', '$Department', '$Division', '$User', '$Phone', '$SystemAdmin')"))
{
echo "<Font Size=4 color=red><b>เรียบร้อยครับ</b></Font>";
echo "<Br><Br><A Href=\"ip3.php\">ดูข้อมูล</A>";
echo "<Br><Br><A Href=\"ip1.php\">เพิ่มข้อมูล</A>"; echo "</B></Font>";
}
else
echo "ไม่สามารถเพิ่มได้ครับ";
}
else
echo "<Font Size=4 color=blue><b>IP Address หรือ Max address ที่ระบุมีตัวใดตัวหนึ่งซ้ำกับที่มีอยู่ในฐานข้อมูลแล้วครับ...!!!!</b></Font>";
echo "<Br><Br><A Href=\"ip1.php\">เพิ่มข้อมูลอื่นอีก </A>";
odbc_close($connect);
?>
|
|
|
|
|
Date :
29 ก.ค. 2548 21:25:54 |
By :
เข้าท่ากว่าไหม |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql = "Select IPaddress From ipp Where IPaddress = '$IPaddress' OR Maxaddress='$maxaddress'";
แก้เป็น
$sql = "Select IPaddress,Maxaddress From ipp Where IPaddress = '$IPaddress' OR Maxaddress='$maxaddress'";
|
|
|
|
|
Date :
29 ก.ค. 2548 21:27:25 |
By :
นะ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
|
|
|
|
|
Date :
1 ส.ค. 2548 08:44:13 |
By :
MUSHU |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|