【已解决】PHP代码运行出错:Fatal error: Call to undefined function curl_init()
crifan 12年前 (2012-12-13) 4414浏览 0评论
【问题】 PHP代码: //get the file (e.g. image) and output it to the browser $ch = curl_init(); //open curl handle curl_s...
crifan 12年前 (2012-12-13) 4414浏览 0评论
【问题】 PHP代码: //get the file (e.g. image) and output it to the browser $ch = curl_init(); //open curl handle curl_s...
crifan 12年前 (2012-12-10) 8369浏览 0评论
【问题】 写了段正则表达式代码: $outestDivPattern = '/<div class="s-ele" name="DAcIWwYPCgQVR6W">(.+)</div&...
crifan 12年前 (2012-12-10) 8720浏览 0评论
【问题】 需要在php中输入多行字符串; 【解决过程】 1.参考: PHP里的字符串定义小技巧汇总 写成: $testStr = <<<crifan <div class="s-ele" name=&q...
crifan 12年前 (2012-10-26) 9247浏览 0评论
【问题】 想要在php的erro_log中输入一个array类型变量。 但是使用: error_log(print_r($array_data)); 输入的内容却是1 【解决过程】 1.经过一番折腾,最后参考: Human readable erro...
crifan 12年前 (2012-10-26) 4608浏览 2评论
1.打开wordpress中的相关的调试选项/配置 之前已经在 实现WLW上传图片到Wordpress过程中,自动翻译文件名 中,参考: http://codex.wordpress.org/Debugging_in_WordPress 可以到wp-...
crifan 13年前 (2012-07-03) 3795浏览 1评论
【问题】 之前就已经搞定了PHP在SourceInsigh中的语法高亮问题: 【已解决】让Souce Insight支持多种语言的语法高亮:Python,Ruby,ARM汇编,windows脚本文件(bat/batch),PPC,SQL,TCL,De...
crifan 13年前 (2012-06-27) 3444浏览 0评论
【问题】 当前环境: WordPress 3.4 with DB 20596 on PHP 5.3.6 Plugin version: 3.2.7 ($Id: sitemap-core.php 440117 2011-09-19 13:24:49Z...
crifan 13年前 (2012-01-12) 2793浏览 0评论
想要实现让几行PHP代码在wordpress中的帖子中执行, 后来就找到wordpress的一个插件: WordPress PHP Execution Plugin 然后去安装插件->搜索插件"PHP execution",...