I’ve tried removing the @, the program gave me a better detail of the error.
Warning: fsockopen() [function.fsockopen]: unable to connect to 192.168.1.10:1113 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) in C:\xampp\htdocs\sms_notification\Sms\Http.php on line 36
10060 A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Socket: 1SOCKET ERROR
And as for the _host and _port, sorry but I have no idea on how to make it directly to a string and an int. Can you tell me how to do it?
I’ve tried removing the @, the program gave me a better detail of the error.
Warning: fsockopen() [function.fsockopen]: unable to connect to 192.168.1.10:1113 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) in C:\xampp\htdocs\sms_notification\Sms\Http.php on line 36
10060 A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Socket: 1SOCKET ERROR
And as for the _host and _port attributes, sorry but I have no idea on how to convert it into a string and an int. Can you tell me how to do it?
Well, I’ve given up on using that code. Now I’ve discovered something new which is an extension of Yii Framework. It is called ClickaTell and I’m trying to work on it now.