|
|
|
ช่วยด้วยคับ ช่วยดูโค๊ตให้หน่อยนะคับท่านผุ้รู้ PHP |
|
|
|
|
|
|
|
<?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 13:11:58 |
By :
MUSHU |
View :
2293 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$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>Maxaddress ¹ÕéÁÕáÅéÇ..!!!!</b></Font>";
}
}else{
echo "<Font Size=4 color=blue><b>IP Address ¹ÕéÁÕáÅéÇ..!!!!</b></Font>";
}
|
|
|
|
|
Date :
29 ก.ค. 2548 13:40:33 |
By :
^_^ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|