cURL (Client for URLs) is in the XAMPP bundle. But you must enable it first before you can use it in your PHP code.
To enable curl library with XAMPP we need to modify the php.ini files in our xampp folder.
1. Locate some or all of the following...
Many times, you may want to check if a user is logged in while using Magento, to do so, you could use one of the many helper function to do so. The top class for it is Class Mage_Customer_Helper_Data, the method we are going to use is isLoggedIn(),...