<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 18:48:31 +0000</lastBuildDate>
    <item>
      <title>(PHP) Get A Website Using Curl (SSL Support) - Davis34</title>
      <link>https://snipplr.com/view/273824/get-a-website-using-curl-ssl-support</link>
      <description>&lt;p&gt;This example will CURL a forum and echo it's contents using SSL support.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Nov 2016 23:59:41 UTC</pubDate>
      <guid>https://snipplr.com/view/273824/get-a-website-using-curl-ssl-support</guid>
    </item>
    <item>
      <title>(PHP) Using cURL get webpage - mos666</title>
      <link>https://snipplr.com/view/105196/using-curl-get-webpage</link>
      <description>&lt;p&gt;Using cURL to get webpage DOM&lt;/p&gt;</description>
      <pubDate>Sun, 19 Jul 2015 04:51:26 UTC</pubDate>
      <guid>https://snipplr.com/view/105196/using-curl-get-webpage</guid>
    </item>
    <item>
      <title>(PHP) Use curl in php to post to a php webpage programmatically and retrieve the result - pligor</title>
      <link>https://snipplr.com/view/103432/use-curl-in-php-to-post-to-a-php-webpage-programmatically-and-retrieve-the-result</link>
      <description>&lt;p&gt;This source code contains two files:&#13;
1) result.php is a php webpage which expects a post request and renders some static results&#13;
2) mycurl.php uses curl to post programmatically some data to the result.php and after rendering the result is being return and saved inside a php variable. We later display inside the page this result&#13;
&#13;
Note that in order to execute properly you should change the url inside curl_init inside the source code&lt;/p&gt;</description>
      <pubDate>Wed, 01 Jul 2015 04:21:46 UTC</pubDate>
      <guid>https://snipplr.com/view/103432/use-curl-in-php-to-post-to-a-php-webpage-programmatically-and-retrieve-the-result</guid>
    </item>
    <item>
      <title>(PHP) AyeEmtract - PHP Class that implements Curl in Parallel to extract Email Addresses - pantuts</title>
      <link>https://snipplr.com/view/72737/ayeemtract--php-class-that-implements-curl-in-parallel-to-extract-email-addresses</link>
      <description>&lt;p&gt;&lt;a href="http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/"&gt;http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 25 Oct 2013 08:36:36 UTC</pubDate>
      <guid>https://snipplr.com/view/72737/ayeemtract--php-class-that-implements-curl-in-parallel-to-extract-email-addresses</guid>
    </item>
    <item>
      <title>(PHP) Check AmazonEC2 WebSite status and if server is down  send notification and restart instance - cduquev</title>
      <link>https://snipplr.com/view/69338/check-amazonec2-website-status-and-if-server-is-down--send-notification-and-restart-instance</link>
      <description>&lt;p&gt;Script File launched every 3 minutes to check WebSite status.&#13;
It uses AWSSDKforPHP library http://docs.amazonwebservices.com/AWSSdkDocsPHP/latest/DeveloperGuide/php-dg-setup.html&lt;/p&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:18:39 UTC</pubDate>
      <guid>https://snipplr.com/view/69338/check-amazonec2-website-status-and-if-server-is-down--send-notification-and-restart-instance</guid>
    </item>
    <item>
      <title>(PHP) A function to get a files contents with curl. - o0110o</title>
      <link>https://snipplr.com/view/67836/a-function-to-get-a-files-contents-with-curl</link>
      <description>&lt;p&gt;A handy function to get the contents of a file with curl. Accepts $_path as a parameter.&lt;/p&gt;</description>
      <pubDate>Sat, 20 Oct 2012 10:23:15 UTC</pubDate>
      <guid>https://snipplr.com/view/67836/a-function-to-get-a-files-contents-with-curl</guid>
    </item>
    <item>
      <title>(PHP) A function to see if a file exists with curl. - o0110o</title>
      <link>https://snipplr.com/view/67835/a-function-to-see-if-a-file-exists-with-curl</link>
      <description>&lt;p&gt;This function will use curl to see if a file exists at the location it's provided. It accepts $_path as a parameter.&lt;/p&gt;</description>
      <pubDate>Sat, 20 Oct 2012 10:15:04 UTC</pubDate>
      <guid>https://snipplr.com/view/67835/a-function-to-see-if-a-file-exists-with-curl</guid>
    </item>
    <item>
      <title>(PHP) A function to get file sizes in multiple formats with curl. - o0110o</title>
      <link>https://snipplr.com/view/67834/a-function-to-get-file-sizes-in-multiple-formats-with-curl</link>
      <description>&lt;p&gt;A function to get a files size via curl. Accepts $_path, $_unit, $_float, $_username &amp; $_password; In the listed order.&lt;/p&gt;</description>
      <pubDate>Sat, 20 Oct 2012 10:06:54 UTC</pubDate>
      <guid>https://snipplr.com/view/67834/a-function-to-get-file-sizes-in-multiple-formats-with-curl</guid>
    </item>
    <item>
      <title>(PHP) A function to get file mime-types with curl. - o0110o</title>
      <link>https://snipplr.com/view/67832/a-function-to-get-file-mimetypes-with-curl</link>
      <description>&lt;p&gt;This is a function to retrieve the mime-type of a file by checking the header response with curl. It accepts the file-path as a parameter &amp; it also has a fallback for empty returns.&lt;/p&gt;</description>
      <pubDate>Sat, 20 Oct 2012 09:45:26 UTC</pubDate>
      <guid>https://snipplr.com/view/67832/a-function-to-get-file-mimetypes-with-curl</guid>
    </item>
    <item>
      <title>(Other) CSS3 box-shadow with page curl effect - rodcwahr</title>
      <link>https://snipplr.com/view/64470/css3-boxshadow-with-page-curl-effect</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:50:39 UTC</pubDate>
      <guid>https://snipplr.com/view/64470/css3-boxshadow-with-page-curl-effect</guid>
    </item>
    <item>
      <title>(Other) CSS3 box-shadow with page curl effect - rodcwahr</title>
      <link>https://snipplr.com/view/64469/css3-boxshadow-with-page-curl-effect</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:50:01 UTC</pubDate>
      <guid>https://snipplr.com/view/64469/css3-boxshadow-with-page-curl-effect</guid>
    </item>
    <item>
      <title>(Bash) Simple cURL example - beneberle</title>
      <link>https://snipplr.com/view/63704/simple-curl-example</link>
      <description>&lt;p&gt;This example will go get the latest version of wordpress and save it as "wordpress-latest.tar.gz" in the current directory. Note, don't include the protocal (http://) in the url.&lt;/p&gt;</description>
      <pubDate>Sun, 04 Mar 2012 02:36:26 UTC</pubDate>
      <guid>https://snipplr.com/view/63704/simple-curl-example</guid>
    </item>
    <item>
      <title>(Bash) cjb-upload.sh: Upload a file to upload.cjb.net using curl - ksaver</title>
      <link>https://snipplr.com/view/60939/cjbuploadsh-upload-a-file-to-uploadcjbnet-using-curl</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 18 Nov 2011 00:59:54 UTC</pubDate>
      <guid>https://snipplr.com/view/60939/cjbuploadsh-upload-a-file-to-uploadcjbnet-using-curl</guid>
    </item>
    <item>
      <title>(PHP) Load a page in PHP - arpit</title>
      <link>https://snipplr.com/view/60819/load-a-page-in-php</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2011 03:21:57 UTC</pubDate>
      <guid>https://snipplr.com/view/60819/load-a-page-in-php</guid>
    </item>
    <item>
      <title>(PHP) PHP - cURL receives xml - focal55</title>
      <link>https://snipplr.com/view/60571/php--curl-receives-xml</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 06 Nov 2011 06:15:21 UTC</pubDate>
      <guid>https://snipplr.com/view/60571/php--curl-receives-xml</guid>
    </item>
    <item>
      <title>(PHP) Get page redirect URL - sybrex</title>
      <link>https://snipplr.com/view/59415/get-page-redirect-url</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2011 01:33:13 UTC</pubDate>
      <guid>https://snipplr.com/view/59415/get-page-redirect-url</guid>
    </item>
    <item>
      <title>(PHP) Sparql request with CURL - rccc</title>
      <link>https://snipplr.com/view/54436/sparql-request-with-curl</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 26 May 2011 23:17:50 UTC</pubDate>
      <guid>https://snipplr.com/view/54436/sparql-request-with-curl</guid>
    </item>
    <item>
      <title>(PHP) byPAss curl / file_get_contents blocking for scrapping - level09</title>
      <link>https://snipplr.com/view/53476/bypass-curl--filegetcontents-blocking-for-scrapping</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 13 May 2011 01:13:14 UTC</pubDate>
      <guid>https://snipplr.com/view/53476/bypass-curl--filegetcontents-blocking-for-scrapping</guid>
    </item>
    <item>
      <title>(Bash) REST-Antwort http-header debuggen - abstraktor</title>
      <link>https://snipplr.com/view/52213/restantwort-httpheader-debuggen</link>
      <description>&lt;p&gt;Der folgende Aufruf fÃ¼hrt einen PUTrequest durch und zeigt (nur!!) den antwort-header an. Damit es funktioniert muss in app/controllers/application_controller.rb die zeile protect_from_forgery auskommentiert werden.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Apr 2011 06:29:57 UTC</pubDate>
      <guid>https://snipplr.com/view/52213/restantwort-httpheader-debuggen</guid>
    </item>
    <item>
      <title>(PHP) Form Post using CURL in php - kumar_sekhar</title>
      <link>https://snipplr.com/view/52059/form-post-using-curl-in-php</link>
      <description>&lt;p&gt;Simply define your POSTURL and POSTVARS in name = value string format. It will post the form.&lt;/p&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:19:48 UTC</pubDate>
      <guid>https://snipplr.com/view/52059/form-post-using-curl-in-php</guid>
    </item>
    <item>
      <title>(PHP) Perfect cURL Function - frederichoule</title>
      <link>https://snipplr.com/view/51425/perfect-curl-function</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 01 Apr 2011 14:09:39 UTC</pubDate>
      <guid>https://snipplr.com/view/51425/perfect-curl-function</guid>
    </item>
    <item>
      <title>(PHP) Basic cURL wrapper function for PHP - akshay_raje</title>
      <link>https://snipplr.com/view/51161/basic-curl-wrapper-function-for-php</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 27 Mar 2011 02:54:28 UTC</pubDate>
      <guid>https://snipplr.com/view/51161/basic-curl-wrapper-function-for-php</guid>
    </item>
    <item>
      <title>(PHP) Listando seus vÃ­deos do YouTube com PHP - thiagobelem</title>
      <link>https://snipplr.com/view/48433/listando-seus-vdeos-do-youtube-com-php</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 05 Feb 2011 01:41:41 UTC</pubDate>
      <guid>https://snipplr.com/view/48433/listando-seus-vdeos-do-youtube-com-php</guid>
    </item>
    <item>
      <title>(CSS) LESS - Page Curl - bdiddymc</title>
      <link>https://snipplr.com/view/47826/less--page-curl</link>
      <description>&lt;p&gt;A LESS class which can be included to easily allow for a page-curl/shadow on element.&#13;
&#13;
*NOTE: Still needs work to allow for consistency at various sizes...*&#13;
&#13;
**Usage Instructions**&#13;
&#13;
* To remove reliance on javascript, setup the LESS compiler: &#13;
 * [incident57.com/less/](http://incident57.com/less/) (MAC) &#13;
 * ??? (PC)&#13;
&#13;
* Import the class into the master stylesheet: *@import: url(classes.less);*&#13;
&#13;
* Use page curl on specific elements: &#13;
*.block-item &#13;
{ &#13;
height: 100px;&#13;
width: 300px;&#13;
.page-curl(); &#13;
}*&lt;/p&gt;</description>
      <pubDate>Tue, 25 Jan 2011 09:53:51 UTC</pubDate>
      <guid>https://snipplr.com/view/47826/less--page-curl</guid>
    </item>
    <item>
      <title>(Bash) Fetch last.fm song from bash - Sn0opy</title>
      <link>https://snipplr.com/view/47788/fetch-lastfm-song-from-bash</link>
      <description>&lt;p&gt;This script fetches the current playing song of user XY&lt;/p&gt;</description>
      <pubDate>Mon, 24 Jan 2011 19:18:40 UTC</pubDate>
      <guid>https://snipplr.com/view/47788/fetch-lastfm-song-from-bash</guid>
    </item>
    <item>
      <title>(PHP) gets the data from a URL - fackz</title>
      <link>https://snipplr.com/view/45261/gets-the-data-from-a-url</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 04 Dec 2010 08:18:44 UTC</pubDate>
      <guid>https://snipplr.com/view/45261/gets-the-data-from-a-url</guid>
    </item>
    <item>
      <title>(PHP) Simple PHP Rest Cient using curl - wnasich</title>
      <link>https://snipplr.com/view/44760/simple-php-rest-cient-using-curl</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 24 Nov 2010 07:46:57 UTC</pubDate>
      <guid>https://snipplr.com/view/44760/simple-php-rest-cient-using-curl</guid>
    </item>
    <item>
      <title>(PHP) How to change Twitter's status with php and Curl without oAuth - ginoplusio</title>
      <link>https://snipplr.com/view/40287/how-to-change-twitters-status-with-php-and-curl-without-oauth</link>
      <description>&lt;p&gt;Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls.&#13;
So, if you used basic authentication you have to change your code and implement oAuth authentication model or you can follow this link and found a mini spider that does the work.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Sep 2010 22:50:21 UTC</pubDate>
      <guid>https://snipplr.com/view/40287/how-to-change-twitters-status-with-php-and-curl-without-oauth</guid>
    </item>
    <item>
      <title>(PHP) PHP bot to get wikipedia definitions - ginoplusio</title>
      <link>https://snipplr.com/view/39711/php-bot-to-get-wikipedia-definitions</link>
      <description>&lt;p&gt;If you need to add some content to your pages without having that content in your database you can use Wikipedia API. You can, for example, need to add automatically a simple description to a city name, or to a band name. Or you could need to add the definition of some technological terms. You can do all of this things using Wikipedia, since Wikipedia has an API that easily lets you do it.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Aug 2010 20:58:14 UTC</pubDate>
      <guid>https://snipplr.com/view/39711/php-bot-to-get-wikipedia-definitions</guid>
    </item>
    <item>
      <title>(Bash) get_external_ip.sh - ksaver</title>
      <link>https://snipplr.com/view/39389/getexternalipsh</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 22 Aug 2010 16:03:50 UTC</pubDate>
      <guid>https://snipplr.com/view/39389/getexternalipsh</guid>
    </item>
    <item>
      <title>(Bash) Download a file using Terminal in MAC (cURL) - mprabhuram</title>
      <link>https://snipplr.com/view/37899/download-a-file-using-terminal-in-mac-curl</link>
      <description>&lt;p&gt;cURL can be used in place of wget&#13;
Use this command to download a file into filesystem using terminal.&lt;/p&gt;</description>
      <pubDate>Mon, 26 Jul 2010 13:59:14 UTC</pubDate>
      <guid>https://snipplr.com/view/37899/download-a-file-using-terminal-in-mac-curl</guid>
    </item>
    <item>
      <title>(PHP) Cloudworks API demo - nfreear</title>
      <link>https://snipplr.com/view/37644/cloudworks-api-demo</link>
      <description>&lt;p&gt;Following our recent work on an [API for Cloudworks](http://freear.org.uk/node/40) I thought I\'d post this simple demo, which uses cURL and json_decode. [Email us](mailto:cloudworks AT open.ac.uk?subject=API) for an API key.  (15-24 June 2010.)&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jul 2010 06:06:41 UTC</pubDate>
      <guid>https://snipplr.com/view/37644/cloudworks-api-demo</guid>
    </item>
    <item>
      <title>(PHP) curl - fetch twitter trends - screamwork</title>
      <link>https://snipplr.com/view/36511/curl--fetch-twitter-trends</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jun 2010 10:30:48 UTC</pubDate>
      <guid>https://snipplr.com/view/36511/curl--fetch-twitter-trends</guid>
    </item>
    <item>
      <title>(PHP) Flickr Search with curl - screamwork</title>
      <link>https://snipplr.com/view/36499/flickr-search-with-curl</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jun 2010 05:30:40 UTC</pubDate>
      <guid>https://snipplr.com/view/36499/flickr-search-with-curl</guid>
    </item>
    <item>
      <title>(PHP) Save Any Website Image to your Server - Nettuts</title>
      <link>https://snipplr.com/view/36145/save-any-website-image-to-your-server</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jun 2010 06:19:41 UTC</pubDate>
      <guid>https://snipplr.com/view/36145/save-any-website-image-to-your-server</guid>
    </item>
    <item>
      <title>(PHP) Calibre Remote - PHP5 Class - minky</title>
      <link>https://snipplr.com/view/35720/calibre-remote--php5-class</link>
      <description>&lt;p&gt;forms part of our Calibre Remote Web App. basically an alternate gui for calibre ebooks content-server.&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jun 2010 10:03:02 UTC</pubDate>
      <guid>https://snipplr.com/view/35720/calibre-remote--php5-class</guid>
    </item>
    <item>
      <title>(Bash) Time To First Byte using curl - batamire</title>
      <link>https://snipplr.com/view/35591/time-to-first-byte-using-curl</link>
      <description>&lt;p&gt;As seen on PinoyTux Website&lt;/p&gt;</description>
      <pubDate>Tue, 08 Jun 2010 04:30:47 UTC</pubDate>
      <guid>https://snipplr.com/view/35591/time-to-first-byte-using-curl</guid>
    </item>
    <item>
      <title>(Bash) Test Gzip times with CURL - kurokikaze</title>
      <link>https://snipplr.com/view/35399/test-gzip-times-with-curl</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jun 2010 06:10:53 UTC</pubDate>
      <guid>https://snipplr.com/view/35399/test-gzip-times-with-curl</guid>
    </item>
    <item>
      <title>(PHP) Notifo Subscribe Request Using PHP, CURL and Jquery - Meander365</title>
      <link>https://snipplr.com/view/30355/notifo-subscribe-request-using-php-curl-and-jquery</link>
      <description>&lt;p&gt;Example of how to send a subscribe_user request using Notifo's api. Notifo lets you setup push notifications to mobiles - for any site.&#13;
&#13;
Put the PHP into a separate file named notifo-proxy.php&lt;/p&gt;</description>
      <pubDate>Sat, 27 Mar 2010 18:00:42 UTC</pubDate>
      <guid>https://snipplr.com/view/30355/notifo-subscribe-request-using-php-curl-and-jquery</guid>
    </item>
    <item>
      <title>(PHP) Upload an attachment to CouchDb - stephanepericat</title>
      <link>https://snipplr.com/view/29419/upload-an-attachment-to-couchdb</link>
      <description>&lt;p&gt;Here is how to upload an attachment to a CouchDb document using PHP and cURL.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Mar 2010 04:29:19 UTC</pubDate>
      <guid>https://snipplr.com/view/29419/upload-an-attachment-to-couchdb</guid>
    </item>
    <item>
      <title>(PHP) Retrieve Twitter info from php - ginoplusio</title>
      <link>https://snipplr.com/view/29069/retrieve-twitter-info-from-php</link>
      <description>&lt;p&gt;PHP function of mini bot class that lets you retrieve twitter infos from twitter nickname.&#13;
($this-&gt;attr method is part of the Mini Bot Class)&lt;/p&gt;</description>
      <pubDate>Mon, 01 Mar 2010 15:44:10 UTC</pubDate>
      <guid>https://snipplr.com/view/29069/retrieve-twitter-info-from-php</guid>
    </item>
    <item>
      <title>(Haskell) Simple Broadcatcher in Haskell/HSH - softmechanics</title>
      <link>https://snipplr.com/view/26826/simple-broadcatcher-in-haskellhsh</link>
      <description>&lt;p&gt;HSH is a cool haskell library that allows you to leverage your shell scripting prowess in haskell programs.  In this simple broadcatcher, I use curl for http get, and other standard unix tools for tracking history (so we don't get the same file twice).  The feed parsing and filtering is done in haskell using the Text.Feed and Text.Regex libraries.  &#13;
&#13;
Note: if you decide to use this in real life, be sure to respect your feed's time to live (ttl) in your crontab.&lt;/p&gt;</description>
      <pubDate>Thu, 21 Jan 2010 16:00:24 UTC</pubDate>
      <guid>https://snipplr.com/view/26826/simple-broadcatcher-in-haskellhsh</guid>
    </item>
    <item>
      <title>(PHP) PHP tiny url encode and decode functions - ginoplusio</title>
      <link>https://snipplr.com/view/25668/php-tiny-url-encode-and-decode-functions</link>
      <description>&lt;p&gt;The first function make short urls.&#13;
The second function decode a short url with CURL. It gets the http header of the short url page. If the header contains a "Location:" header, then it's a redirect, and the decoded url is the url in the "Location" header string, here is the code:&lt;/p&gt;</description>
      <pubDate>Tue, 29 Dec 2009 11:58:13 UTC</pubDate>
      <guid>https://snipplr.com/view/25668/php-tiny-url-encode-and-decode-functions</guid>
    </item>
    <item>
      <title>(Bash) use curl to share code/text from terminal - magicrebirth</title>
      <link>https://snipplr.com/view/25278/use-curl-to-share-codetext-from-terminal</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Dec 2009 15:46:37 UTC</pubDate>
      <guid>https://snipplr.com/view/25278/use-curl-to-share-codetext-from-terminal</guid>
    </item>
    <item>
      <title>(PHP) Delicious query function - stephanepericat</title>
      <link>https://snipplr.com/view/24748/delicious-query-function</link>
      <description>&lt;p&gt;an easy-to-use function to connect to your del.icio.us account and perform a query.&#13;
query commands can be found on their api help: http://delicious.com/help/api&lt;/p&gt;</description>
      <pubDate>Mon, 14 Dec 2009 05:56:49 UTC</pubDate>
      <guid>https://snipplr.com/view/24748/delicious-query-function</guid>
    </item>
    <item>
      <title>(PHP) PHP HTTP POST images &amp; files - benjaminpearson</title>
      <link>https://snipplr.com/view/23428/php-http-post-images--files</link>
      <description>&lt;p&gt;The following are instructions to "re-post" files that have been already been POSTed to your php script. This can help if you want to have a form (with file upload) that POSTs its data to your own script where the text elements can be handled and then the script POSTs the file for processing/storage on another system.&#13;
&#13;
Basically the key is that you only POST the `$_FILES['tmp_name']` with an "@" symbol prepended.&#13;
&#13;
Spent a good hour trying to figure this out. Thanks to gordon who posted on 08-Sep-2004 10:08 at http://theserverpages.com/php/manual/en/ref.curl.php&lt;/p&gt;</description>
      <pubDate>Thu, 19 Nov 2009 19:46:42 UTC</pubDate>
      <guid>https://snipplr.com/view/23428/php-http-post-images--files</guid>
    </item>
    <item>
      <title>(Bash) Curl: download a series of urls - nate63179</title>
      <link>https://snipplr.com/view/23346/curl-download-a-series-of-urls</link>
      <description>&lt;p&gt;Allows downloading of sequential files&lt;/p&gt;</description>
      <pubDate>Wed, 18 Nov 2009 11:17:59 UTC</pubDate>
      <guid>https://snipplr.com/view/23346/curl-download-a-series-of-urls</guid>
    </item>
    <item>
      <title>(PHP) iContact cURL sub code - legacye</title>
      <link>https://snipplr.com/view/22962/icontact-curl-sub-code</link>
      <description>&lt;p&gt;correct code for subbing someone to icontact through curl&lt;/p&gt;</description>
      <pubDate>Wed, 11 Nov 2009 23:47:41 UTC</pubDate>
      <guid>https://snipplr.com/view/22962/icontact-curl-sub-code</guid>
    </item>
    <item>
      <title>(PHP) Reading external files - the safe way - iroybot</title>
      <link>https://snipplr.com/view/20465/reading-external-files--the-safe-way</link>
      <description>&lt;p&gt;this comes from YAPB plugin for WordPress. kudos to the author.&#13;
(there are some functions that are deprecated in PHP 5.2+ - you'll need to replace eregi with the mb_ version). This should be quite failsafe, regardless if curl is installed or the settings in your php.ini (allow_url_fopen), etc.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Sep 2009 08:51:18 UTC</pubDate>
      <guid>https://snipplr.com/view/20465/reading-external-files--the-safe-way</guid>
    </item>
    <item>
      <title>(Bash) Post Twitpic with cURL - wearetherock</title>
      <link>https://snipplr.com/view/19935/post-twitpic-with-curl</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 19 Sep 2009 00:12:50 UTC</pubDate>
      <guid>https://snipplr.com/view/19935/post-twitpic-with-curl</guid>
    </item>
  </channel>
</rss>
