[UPHPU] PHP reading html
Mr Ritter
uphpu at candlefire.org
Thu Apr 19 11:41:51 MDT 2007
Try adding:
echo curl_getinfo( $ch, CURLINFO_HTTP_CODE );
or set:
CURLOPT_RETURNTRANSFER
and then:
echo curl_exec( $ch );
More information about the UPHPU
mailing list