Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/xxx/public_html/xxx.com/move-blogs.php on line 140
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/xxx/public_html/xxx.com/move-blogs.php on line 141จากขั้นตอนสุดท้าย 4. To start the copy process
click here เจอ Warning แบบข้างบนนี้ครับ ยาวเป็นหางว่าวเลยครับ และมันไม่สร้าง table ให้ ตามรูปครับ

//This is where the heavy lifting is done - amazing only four lines of code can save so much time! Tested on php 5 - mysql 5
$sql_table = "
CREATE TABLE $row[0] LIKE $dbname.$row[0]";
$insert_info = "INSERT INTO $row[0] SELECT * FROM $dbname.$row[0]";
mysql_query($sql_table);
mysql_query($insert_info);
mysql_free_result($sql_table); <== บรรทัดที่ 140
mysql_free_result($insert_info); <== บรรทัดที่ 141 }
//Close the db and report db status
ผมทดสอบที่ hostgator นะครับ ใครเจอบ้างครับ