网站最近遇到的几个问题

1.使用透明flash无法在动态文本框中输入中文问题
    <param name="wmode" value="transparent" />
    这行语句,删掉即可

2. flash动态文本框中中文编码问题
    据说flash MX后,全都是utf-8编码了,可是数据库却一直报错,最后查出来,原来flash传出来的字符串还是GB2312的。

    $gString = iconv('gb2312',"utf-8", $gString);

现在总算是可以用下了,不过问题还有很多呢。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Canonical URL by SEO No Duplicate WordPress Plugin