首页 > WEB开发 > PHP
  • eclipse 调试开发php 配置 Zend Debugger 详解

    2013-10-16
    目前在PHP5.3 Thread-Safe环境下并不支持Zend Debugger的安装与配置,PHP5.3 Non-Thread-Safe的运行环境是支持的。为了方便我使用的是PHP.5.2进行配置准备工作:下载 php5.35.2
  • php mysql过滤掉特殊字符

    2013-06-20
    $text=str_replace("n","",$text);
    $text=str_replace("r","",$text);
    $text=str_replace("rn","",$text);居然一切OK了~~,原来是双引号,单引号的问题!!双引号 比单引号效率
  • PHP编译安装方法及问题解决

    2013-05-27
    下载php源码)http://cn.php.net/releases/ 可以找到#tar zxvf php-5.2.6.tar.gz#cd php-5.2.6#./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --with
  • Apache默认索引页面是的方法

    2013-05-25
    Apache默认索引页面是index.html,如果要把apache默认优先访问index.php文件,需要修改httpd.conf文件:<IfModule dir_module> DirectoryIndex index.php index.html</IfMo
  • php 无法加载mcrypt.dll的解决办法

    2013-05-24
    PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php5\ext\php_mcrypt.dll' - xd5xd2xb2xbbxb5xbdxd6xb8xb6xa8xb5xc4xc4xa3xbfxe9x