当前位置:首页 > 搜索和 B 相关的文章

php utf-8转换gb2312 字符串被截断解决方法

添加日期:2013-11-29 11:47:53 发布:smiling 
ignore的直接意思就是忽略,在此为忽略转换时的错误,如果没有ignore参数,所有该字符后面的字符串都无法被保存。...

php正则匹配gb2312和utf-8中文

添加日期:2013-11-29 11:05:06 发布:smiling 
<?php$action=trim($_get[& 39;action& 39;]);if($action=="sub"){$str=$_post[& 39;dir& 39;]; if(!preg_match(" ^[" chr(0xa1) "-" chr( ...

php iconv mb_convert_encoding编码转换函数

添加日期:2013-11-28 15:44:31 发布:smiling 
用iconv函数:iconv( "utf-8", "gb2312" , "abc阳光123");据说这样好些,可以忽略转换时的错误!iconv( "utf-8", "gb2312 ignore" ...

php Undefined variable和 Undefined index

添加日期:2013-11-28 15:38:52 发布:smiling 
undefined variable和 undefined index:出现这种问题是变量未定义了,我们只要把加个验证如$a =isset($_get[& 39;aa& 39;])?$_get[& 3 ...

dedecms php.ini register_globals must is Off

添加日期:2013-11-28 14:56:51 发布:smiling 
dedecms出现如下错误:dedecms php ini register_globals must is Off办法直接去 include common inc php教程中将如下代码删除。 禁 ...

ServerRoot must be a valid directory

添加日期:2013-11-28 14:02:08 发布:smiling 
apache安装出错,本来在windows xp系统下装的很顺的,现在改在Vista系统下安装,重装了很多次总是出现ServerRoot must be a valid directory,导致apache不能正常启动...

php 安全register globals设置为TRUE的危害

添加日期:2013-11-28 13:56:17 发布:smiling 
关于register globals设置为TRUE的危害,应该很多人看过把register globals设置为on是非常危险的,但是怎么危险法呢?应该很多新手不知道的!所以我就简单说说register globals设置为on的危害吧!...

adodb的事务处理咋没效果

添加日期:2013-11-28 13:28:12 发布:smiling 
adodb的事务处理为什么没效果?解决方法:数据表都是InnoDB类型的,看下面的代码,第二条sql语句是错的,第一条语句却执行了。...

我的 DataBase类

添加日期:2013-11-28 11:10:04 发布:smiling 
***数据库配置类* classDBConfig{publicstatic$HOST=& 39;localhost& 39;;publicstatic$USERNAME=& 39;root& 39;;publicstatic$PASSWORD=& ...

Cannot use object of type stdClass as array

添加日期:2013-11-28 10:39:29 发布:smiling 
在我写php是会出现,如下图代码提供错误 Fatal error: Cannot use object of type stdClass as array ...

Warning: Missing argument 3 for photo_bigclass()

添加日期:2013-11-28 09:50:17 发布:smiling 
Warning: Missing argument 3 for photo_bigclass(), called inF: myweb 79look index php on line 78 and defined inF: mywe ...

apache提示Requested Range Not Satisfiable

添加日期:2013-11-27 11:22:50 发布:smiling 
错误提示:Requested Range Not Satisfiable None of the range-specifier values in the Range request-header field overlap the current extent of the selected resource ...