Hi all,
I am designing a page that will send multiple sms to fones using a kannel (SMS gateway). I'am using HttpClient to handle the sending to the kannel but I keep getting this msg:
An error occurred: Connection failed (96206848) Unable to find the socket transport "http" - did you forget to enable it when you configured PHP? \n
I have copied libeay32.dll and ssleay32.dll from the PHP folder to my SYSTEM32 folder and its still not working.
Does anybody know what am supposed to do next?
I am using the HttpClient code I got from http://scripts.incutio.com/httpclient (I am still trying to fully understand the implemetation for the HttpClient of www.phpclasses.com/httpclient)
Thanks guys.
Victor