10 Best Drip Email Marketing Software | Send Emails To 300 Subscribers For FREE

Drip emailing is one of those must-have features in an email marketing service. However, not all email marketing service is going to offer you this. Hence, we have come up with 10 best drip email marketing software which won’t disappoint you at the time of your drip email campaigns. Drip emailing is a smarter way …

How I reduced my monthly Email Marketing expenses from $369 to just $64

If you are running a business, It is critical for your success to look into all your expenses and find ways to reduce them every once in a while. In my case, I look into all my expenses every 6 months and do a cleaning of  the non-essential expenses. That also includes finding smarter ways to …

CodeIgniter : PHP Curl library with SSL Example

In this tutorial, I’ll give you brief description on using PHP cURL library or function in CodeIgniter. Now what is cURL and Why it is being used..??  cURL stands for ‘client URL’. In PHP cURL library let you make HTTP requests. PHP supports libcurl that permits to connect and communicate with different types of servers protocols. cURL is used to get content from another websites through the …

CodeIgniter Input Form Setting

CodeIgniter comes with various pre-defined settings in it’s config.php file, but for form processing developer needs to manually configure some parameters.

This tutorial will demonstrate how to configure manually your CodeIgniter framework for form processing.