<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>iGlauser &#187; PHP</title> <atom:link href="http://iglauser.com/tag/php/feed/" rel="self" type="application/rss+xml" /><link>http://iglauser.com</link> <description>Enhancing the Web</description> <lastBuildDate>Wed, 09 Jun 2010 09:53:08 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>The Power of cURL</title><link>http://iglauser.com/2009/05/power-of-curl/</link> <comments>http://iglauser.com/2009/05/power-of-curl/#comments</comments> <pubDate>Thu, 07 May 2009 20:21:23 +0000</pubDate> <dc:creator>Ivan</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[cURL]]></category> <category><![CDATA[install]]></category> <category><![CDATA[manual]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[XAMPP]]></category><guid isPermaLink="false">http://www.iglauser.com/?p=221</guid> <description><![CDATA[cURL is a powerful and easy to use tool for transfering data using URL syntax. If you are into web developing and you haven&#8217;t heard of it until now, I think that you at least should try it out to see what it can do. Here are some easy-to-follow steps to download, install and run [...]]]></description> <content:encoded><![CDATA[<p><img class="size-full wp-image-236 alignright" title="cURLicon" src="http://www.iglauser.com/wp-content/uploads/2009/05/ds-curlicon.png" alt="cURLicon" width="99" height="37" /><a href="http://curl.haxx.se/">cURL</a> is a powerful and easy to use tool for <a href="http://en.wikipedia.org/wiki/CURL">transfering data using URL syntax</a>. If you are into web developing and you haven&#8217;t heard of it until now, I think that you at least should try it out to see what it can do. Here are some easy-to-follow steps to download, install and run cURL.</p><p>First of all you have to download cURL. This can be done <a href="http://curl.haxx.se/download.html">here</a>. I recommend Windows users to download the binary files with SSL disabled. Instructions for installing cURL in other environments can be found in the <a href="http://curl.haxx.se/docs/">cURL documentation</a>. To install on Windows, copy the file curl.exe to you Windows System32 folder and open the command prompt. How to do this can be found <a href="http://en.wikipedia.org/wiki/Command_Prompt">here</a>. Now write <code>curl</code> in the command prompt and hit Return. You should get a response similar to this:</p><pre class="brush: plain;">curl: try 'curl --help' or 'curl --manual' for more information</pre><p>This means that you have installed it correctly and that the command prompt can find cURL. Now type <code>curl</code> followed by the URL to your favorite web page, e.g. <code>curl http://www.iglauser.com</code> and see what happens.</p><p>If you like me, is using a lot of PHP when developing sites, you can find useful information of how to control cURL through PHP in the <a href="http://se2.php.net/curl">PHP: cURL Manual</a>.</p><p>If you are running a <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> server, cURL is by default disabled. To activate cURL for your XAMPP server follow these steps:</p><p>1. Go to the XAMPP directory of your server<br /> 2. Open bin directory in the Apache folder<br /> 3. Open the php.ini file with a text editor<br /> 4. Search for the text “;extension=php_curl.dll” and remove the semicolon (;) from the text<br /> 5. Save the changes to the php.ini file<br /> 6. Restart your apache server</p><p>Good luck cURL&#8217;ing!</p> ]]></content:encoded> <wfw:commentRss>http://iglauser.com/2009/05/power-of-curl/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: iglauser.com @ 2012-05-21 00:08:05 -->
