 |
|
Code (PHP)
$strSQL = "INSERT INTO phpbb_topics";
$strSQL .="(forum_id,topic_title,topic_poster,topic_time,topic_views,topic_first_post_id, topic_first_poster_name,topic_first_poster_colour,topic_last_post_id,topic_last_poster_id, topic_last_poster_name,topic_last_poster_colour,topic_last_post_subject, topic_last_post_time,topic_last_view_time)";
$strSQL .="VALUES ";
$strSQL .="('5','ทดสอบ SQL CODE','58','1319525606' ,'4','5210','dinsorsee','0099FF' ,'4879','58','dinsorsee','0099FF','ตอบๆๆๆๆๆ','1319528237','1319529894')";
แต่พอไปดูใน DB มันกลายเป็น ทดสà¸à¸š SQL CODE ซะงั้นครับ
ฟิลล์ topic_title
ชนิด varchar(255)
การเรียงลำดับ utf8_unicode_ci
Tag : PHP
|
|
 |
 |
 |
 |
Date :
2011-10-25 16:14:54 |
By :
dinsorsee |
View :
8679 |
Reply :
5 |
|
 |
 |
 |
 |
|
|
|
 |