English 中文(简体)
CURL Issue. PHP 无需打字
原标题:CURL Issue. PHP script not running on call

我看一看任何帮助,看一看一看一看一看,如果I CURL的网页上载有文字,那么我就能够阻止我的《任择议定书》的运行。

我正在用一本PHP书发出这一呼吁:

$ch = curl_init($this->curl_address . $querystring);
$response = curl_exec($ch);
curl_close($ch);

对本稿而言:(该字体实际上已经瘫痪,但却是 t,因此我打破了该字,以便我有证据证明其行不通,这是目前的情况,而且记录中没有产出)。

error_log("got here");

在我的测试服务器(一个Ma)上,CURL d 书写机(在记录中取得了产出),但在我的制作服务器上,它失败。 在这两种情况下,服务器上有一个字母是另一个。

生产服务器是Lino VPS(我认为)CentOS。

我不知道我应研究什么问题。 感谢任何帮助。

感谢。

最佳回答

我打算在周末再次提出这一问题。 生产服务器在高频和高频通信系统服务,而测试服务器则不是。 我所处理的问题是,服务器在LURL上认证。

问题回答

在服务器上的您的发言稿中,使用_exists ( curl_init );来检查是否安装了cURL。 如果该功能存在,则该功能将退回到true,否则fal

如果返回false,你必须在服务器上安装cURL

如果你想得到有关您的安装项目的详细信息,你也可以使用<代码>phpinfo()。





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签