|
|
|
สอบถามเกี่ยวกับโค๊ด ตรวจสอบว่า insert สำเร็จหรือเปล่าครับ mysql php |
|
|
|
|
|
|
|
เปลี่ยนเป็นอย่างดูครับ
Code (PHP)
<?PHP
include("connect.php");
$sql = "INSERT INTO details (name , month , description)
SELECT name , month , description
FROM details_temporary WHERE id = 'xxxxxx'";
$dbQuery = mysql_query($sql);
if(!$dbQuery) {
echo "not insert";
}
else {
echo "insert";
}
?>
|
|
|
|
|
Date :
2014-01-13 22:52:24 |
By :
tsab |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|