MailGet API – Email Newsletter Subscribe SignUp Form

MailGet provides API to integrate your website’s signup form with your MailGet account. You can download the MailGet API here. Once you integrate MailGet API with your application, whenever any visitor signups at your website their contact information will automatically sync with your desired MailGet account contact list. Integrate MailGet API with your Signup form …

CodeIgniter : Resolve “MySQL Too Many Connection Errors”

In this tutorial we are going to see  “How one can solve too many connection problem in mysql using CodeIgniter”.  This error usually occurs if your scripts open persistent connections, which aren’t closed even if the script terminates, this means that all available connections are in use by other clients. Now Exactly what are persistent connections..??  Persistent …