|
|
|
รบกวนหน่อยคะ เรื่อง โค้ด php และ dream อยากจะถามเรื่องการ insert ข้อมูล 2 ครั้งคะ |
|
|
|
|
|
|
|
ต้องเชื่อมตารางทั้งสองก่อนนะ
|
|
|
|
|
Date :
2010-07-23 16:28:09 |
By :
onedan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$sql = "insert into rs_main (id, ชื่อฟิลล์ ,ชื่อฟิลล์) values ('', '$ตัวแปล', '$ตัวแปล')";
//echo"$sql";
$dbquery = mysql_db_query($dbname, $sql);
$sql = "insert into rs_custom (id, fnamejon, idnumberin, addressin, faxin, remarkin,todate) values ('', '$fnamejon', '$idnumberin','$addressin','$faxin', '$remarkin' , '$today')";
//echo"$sql";
$dbquery = mysql_db_query($dbname, $sql);
จิงๆแล้วทางดี ควรอยู่ ในtable เดียวกันนะครับ ถ้ายังไม่มาก เปลี่ยนดีกว่าครับ
|
|
|
|
|
Date :
2010-07-23 16:31:30 |
By :
Mr.Poo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณสำหรับคำตอบ ทุกคนคะ มาคิดๆดูถ้ามีพนักงานไม่กี่คนก็ไม่ต้องแยกก็ได้เนอะ มีประมาน 10+ อะคะ
|
|
|
|
|
Date :
2010-07-23 16:56:41 |
By :
อ้อน |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|