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

安装dedecms:Call to undefined function get_magic_quotes_gpc()

添加日期:2014-01-09 22:00:27 发布:smiling 
1、找到install inc php 文件,我的是在D: AppServ www uploads install 下 2、打开install inc php 3、在DW中转换到代码栏,找到出错的第四 ...

php调用ckeditor?怎么调用ckeditor

添加日期:2014-01-09 20:36:34 发布:smiling 
怎么调用ckeditor呢,下面小编来给大家总结一处利用php调用ckeditor编辑器与js调用ckeditor的方法吧,其它脚本调用方法大致一样了。PHP调用FC ...

php分页程序paginator程序代码

添加日期:2014-01-08 15:58:57 发布:smiling 
<?phpclasspaginator{function__construct(){}staticfunctionrender($page_type,array$args=array()){$html=& 39;& 39;;switch($page_type) ...

Magento 获取购物车产品数量和价格程序代码

添加日期:2014-01-07 15:01:55 发布:smiling 
本文章来给各位使用Magento的朋友介绍怎么来获取购物车产品数量和价格并显示出来,得到购物车所有的产品信息,代码如下: $items=Mage::get ...

ckeditor上传文件重命名并加水印配置方法

添加日期:2014-01-07 13:55:15 发布:smiling 
首先:我希望上传的文件根据日期来组织文件夹,请修改editoreditorfilemanagerconnectorsphp文件夹下的config php文件,找到如下的内容: Pat ...

如何在php中配置fckeditor编辑器的方法

添加日期:2014-01-03 08:45:57 发布:smiling 
fckeditor编辑器是一个支持多语多的网页在线编辑器,他可以支持asp,asp net,jsp,php等,但是它默认的不是php而是asp哦,下面我们来看看如何 ...

PHP中Ckeditor+Ckfinder配置图片上传功能

添加日期:2013-12-31 16:20:32 发布:smiling 
从标题来看我们知道Ckeditor不支持图片上传功能,它是需要一个组件Ckfinder才可以支持上传图片,本文章就来详细的介绍了如何配置Ckeditor+Ckf ...

PHP下免费的加速器,PHPAccelerator

添加日期:2013-12-10 09:10:02 发布:smiling 
http: php-accelerator co uk 可以下载,是zend的强劲对手,是免费的,我已经在用啦,效果还不错,修改 php ini 加上 ...

PHP strtotime计算上一个月的今天问题解决

添加日期:2013-12-08 18:08:20 发布:smiling 
PHP,上一个月,strtotime有个小问题:代码如下:>php-rechodate(&lsquo;Ymd000000&prime;,strtotime(&lsquo;-1month&rsquo;,strtotime(&rsquo; ...

PHP Fatal error: Call to undefined function bcmul()

添加日期:2013-12-07 22:04:50 发布:smiling 
查看apache的错误日志,发现是加密文件中一个函数bcmul()报错:PHP Fatal error: Call to undefined function bcmul() in php_rsa php on line xxx ...

php提示Failed to write session data错误

添加日期:2013-12-07 00:15:15 发布:smiling 
提示信息:Warning: Failed to write session data (files) Please verify that the current setting of session save_path is correct () in Unknown on line 0,解决办法,代码如下:session save_path = "D: phprun tmp " ...

PHP Warning: strtotime()错误解决办法

添加日期:2013-12-06 23:53:29 发布:smiling 
php5 1 0开始,php ini里加入了date timezone这个选项,默认情况下是关闭的,显示的时间都是格林威治标准时间,和 北京时间差了正好8个小时。...