1 頁 (共 1 頁)

[問題](已解決)偶而發文會碰到的問題

發表於 : 2006-04-26 23:37
b8303053
Error in posting

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''松露餐\', topic_desc = '', news_id = 0, topic_type = 0, topic_

UPDATE phpbb_topics SET topic_title = '松露餐\', topic_desc = '', news_id = 0, topic_type = 0, topic_calendar_time = 0, topic_calendar_duration = 0, topic_icon=0, topic_announce_duration = 0 WHERE topic_id = 163

Line : 330
File : functions_post.php


有時候標題就是不能打某幾個中文,而若是用英文就可以發文...

只碰過幾次這種情形,但若字是拷貝上去的也可以發文...

發表於 : 2006-04-27 00:23
chiouss
'餐' 這個字會衝碼...

發表於 : 2006-04-27 01:01
b8303053
原來如此,謝謝了,我避開"餐"這個字就可以了.

只是不知衝碼的原理是...? :oops:
純粹好奇.

發表於 : 2006-04-27 01:03
chiouss
b8303053 寫:原來如此,謝謝了,我避開"餐"這個字就可以了.

只是不知衝碼的原理是...? :oops:
純粹好奇.
就跟大家所熟知的 許功蓋 等字會衝碼是一樣的道理

發表於 : 2006-04-27 07:01
jwxinst
plus有多國語言修正嗎... :oops:
還是裝utf-8?___?

發表於 : 2006-04-27 09:45
b8303053
我的plus還是舊版,不是UTF-8,還是BIG-5格式.

應該也是沒有多國語言修正.

我倒是有爬文,曾知道對許功蓋會衝碼...<( ̄︶ ̄)/

那我大概知道了.應該就是對中文的碼有些會相衝吧!
謝謝囉! :-D