|
|
|
ทำยังไงไม่ให้ซ้ำกันครับ คือผมจะ insert ข้อมูลผ่าน form แล้วจะทำยังไงให้ตรวจได้ว่ามีหมายเลข id นี้อยู่แล้วครับ |
|
|
|
|
|
|
|
อืม ตกลงจะ insert หรือ update อ่ะ
ก่อนจะที่ insert หรือ update ให้เช็คก่อน
$select =" select * from table where field_id = '$field_data' ";
$query = mysql_query($select);
$num = mysql_num_rows($query);
if($num==0)
{
echo "id $field_data นี้ไม่ซ้ำ"
// คำสั่ง update , insert
}
else
{
echo "id $field_data ซ้ำ";
}
|
|
|
|
|
Date :
7 ธ.ค. 2550 09:46:00 |
By :
heng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ เอาโค้ดมาวางผิดครับ
|
|
|
|
|
Date :
7 ธ.ค. 2550 10:57:27 |
By :
hunlay |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|