随笔分类 - PHP
PHP
摘要:strip_tags 去掉 HTML 及 PHP 的标记。 语法: string strip_tags(string str); 传回值: 字串 函式种类: 资料处理 内容说明 本函式可去掉字串中包含的任何 HTML 及 PHP 的标记字串。若是字串的 HTML 及 PHP 标签原来就有错,例如...
阅读全文
摘要:报错信息1:PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 67108888 bytes)报错信息2:Fatal error: Maximum execution time of 30 seconds exceeded in最大化资源配置max_execution_time = 960 ; Maximum execution time of each script, in secondsmax_input_time = 600 ; Maximum amount of time
阅读全文
摘要:PHP连接SQLServer20051.修改php.ini将extension=php_mssql.dll的注释删除保存。修改php.in将mssql.secure_connection = Off改为mssql.secure_connection = On。2.下载连接2005的ntwdblib.dll (2000.80.194.0)点击下载3. 打开文件X:\AppServ\php5\ext,把php_mssql.dll 复制到system32目录下。把下载的ntwdblib.dll 复制到system32目录下。把下载的ntwdblib.dll 复制到php5目录下。重启apache服务
阅读全文

浙公网安备 33010602011771号