Skip to content

Instantly share code, notes, and snippets.

@jigar
jigar / curl.php
Created October 29, 2012 08:01
curl lib
<?php
/**
* Curl Helper
* @author Jigar Vyas
*/
class Curl {
private $ch = null;
private $result = null;
<?php
/**
* WP1
* To Dos
*
* * sending comments needs to add current author data along with the comment data and thus register authorA ? on B along with the comment ?
* * send comment to a post on B from a post on A
* * send comment to a post on B from a comment on a post on A
* * parse url in post / comment