Skip to content

Instantly share code, notes, and snippets.

View NikoRoberts's full-sized avatar

Niko Roberts NikoRoberts

View GitHub Profile
@NikoRoberts
NikoRoberts / MyCurl.php
Created November 26, 2011 16:46
Manybots API PHP example
<?
/*
Class: MyCurl
Author: Skakunov Alex ([email protected])
Date: 26.11.06
Description: provides a simple tool to GET/POST data with help of CURL library
*
* Modification History:
* 30-Nov-2011 , Nicholas Roberts
* - Changed compile_post_data function to just use http_build_query instead of custom (broken) version