nightwindw
中级会员
 
中级会员
UID 29552
精华
0
积分 246
帖子 246
金钱 246 喜悦币
威望 0
人脉 0
阅读权限 30
注册 2004-6-22
状态 离线
|
text 字段 不能输入汉语
我的代码:
//$issue_content有值
$query = "update bulletion
set issuer = '$issuer',
issue_last_time = '$issue_last_time',
issue_content = '$issue_content'
where id = $id";
$result = @mysql_query($query) or die(编辑失败!!)
bulletion表里的issue_content字段是TEXT型的
$issue_content如果是英文或者是数字,都可以,但是汉字就不能.说编辑失败.
我的配置:php-5.2.1-Win32/mysql-5.2.0/apache2.2/xp2
有知道的请给指点一二.谢谢
|
|