I am trying to connect to Infobip's SMPP
server with the code below but am getting error code 1 invalid message format
. Please could someone tell me what the problem is. Please could someone also tell me if there is a better code that I can use.
The code am using is on this link
Asked
Active
Viewed 1,019 times
1

msmolcic
- 6,407
- 8
- 32
- 56

Yanki Twizzy
- 7,771
- 8
- 41
- 68
-
lots of syntax errors in that code like `if($command_lengthsocket, $command_length-4);` & `print "\nsocket = fsockopen($host, $port, $errno, $errstr, $this->timeout);` & `if ($sizesubmit_sm($source_addr,$destintation_addr,$short_message);` – Lawrence Cherone May 30 '11 at 10:36
-
1Ok thanks. I do appreciate the advise – Yanki Twizzy Aug 20 '12 at 15:31