This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/* | |
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 |
NewerOlder