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

curl-and-php

debugging curl

From: Michael Horowitz <michael_at_yourcomputerconsultant.com>
Date: Sun, 16 Mar 2008 16:08:41 -0400

I've been trying to use the code here to get debugging information

<?php $curl = curl_init();
curl_setopt ($curl, CURLOPT_URL, "http://www.php.net");
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_VERBOSE, 1);
curl_exec ($curl);
curl_close ($curl); ?>

http://hudzilla.org/phpwiki/index.php?title=Debugging_Curl_scripts

Yet it is providing a response as a blank screen.

-- 
Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2008-03-16