|
|
|
สามารถ insert ข้อมูลจากไฟล์ .json ลงไปใน mysql โดยใช้ PHP วนลูปได้หรือเปล่าครับ |
|
|
|
|
|
|
|
สามารถ insert ข้อมูลจากไฟล์ .json ลงไปใน mysql โดยใช้ PHP วนลูปได้หรือเปล่าครับ
Code
servers.json
Code
{
"com": [
"whois.crsnic.net",
"No match for"
],
"net": [
"whois.crsnic.net",
"No match for"
],
"org": [
"whois.publicinterestregistry.net",
"NOT FOUND"
],
"voyage": [
"whois.donuts.co",
"Domain not found"
]
}
คือผมจะสร้าง table : server
ประกอบด้วย column : tld , response , server_list
แล้วต้องการสร้างไฟล์ php เพื่อทำการ insert แบบ วนลูป ให้ค่าในไฟล์ .json ถูก insert ลงไปเช่น
com -- insert ลงไปใน -- column tld
No match for -- insert ลงไปใน -- column response
whois.crsnic.net -- insert ลงไปใน -- column server_list
ไม่ทราบว่าควรจะเขียนอย่างไรดีครับ
ปล. ที่ต้องวนลูปเพราะข้อมูลที่จะต้อง insert มีเยอะมากเลยครับ ^^ ขอบคุณครับ
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2014-04-28 23:20:21 |
By :
กุ้ง |
View :
882 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|