摘要:
get:$url = "http://www.111cn.net /index.php?a=b&c=d&e=f&g=" . urlencode('王璐个人博客');$ch = curl_init();curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($c... 阅读全文
摘要:
//第一种方法使用jsonp的方式 $_GET['loginuser'], "pass" => $_GET['loginpass'], "name" => 'response');echo $_GET['jsoncallback'] . "(".json_encode($arr)."... 阅读全文
摘要:
使用php-fpm解析PHP,"No input file specified","File not found"是令nginx新手头疼的常见错误,原因是php-fpm进程找不到SCRIPT_FILENAME配置的要执行的.php文件,php-fpm返回给nginx的默认404错误提示。比如我的网站... 阅读全文