Plus character (+) missing in SMS message text body #39
bzivkovicveleri
started this conversation in
General
Replies: 1 comment
-
I will check it later As I don't strip any messages so I can send unicode |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a little problem - SMS sends perfectly, but it's missing a plus (+) character from body text:
PHP code:
$msgBody = "Message sent from +38599000001";
$sendTo = "+38599000002"; // this works
echo file_get_contents("https://sms.ibnux.net/?to=".urlencode($sendTo )."&text=".urlencode($msgBody)."&secret=$secret&time=$time&deviceID=".urlencode($deviceID));
recieved SMS: // missing plus sign
"Message sent from 38599000001"
Beta Was this translation helpful? Give feedback.
All reactions