curl-and-php
Re: curl_init
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 20 Feb 2002 07:42:24 +0100 (MET)
Date: Wed, 20 Feb 2002 07:42:24 +0100 (MET)
On Mon, 18 Feb 2002, Justin Choi wrote:
> I've just installed curl and am wondering what the problem might be since
> my first piece of test php code is not working. The command line seems to
> work fine, but when I insert php/curl commands into my php code such as:
>
> <snip>
>
> $ch = curl_init();
> echo $ch; //did it get here?
>
> <snip>
>
> nothing seems to be happening after the curl_init() call. Am I forgetting
> to include a module, did I not recompile php correctly?
So *absolutely* nothing happens? No error code, nothing?
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2002-02-20