cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

curl_init

From: Justin Choi <justinc_at_stanford.edu>
Date: Mon, 18 Feb 2002 17:38:47 -0800 (PST)

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?

Thanks
Justin
Received on 2002-02-19