I am new to background processes in Codeigniter. I thought CURL would help me in executing a method name.
Basically, My website is sending a mail to admin(me) whenever an user drops a msg. My controller method inserts in the database and executes Curl library (calls another method name) for background execution so that user doesn't have to wait until the mail has been sent. I tried CURL library by Phil Sturgeon but my hard luck.
Help appreciated. Thanks a lot.