citymylove Posted February 29, 2008 Share Posted February 29, 2008 We are building a php application that will send a text message to a phone when an item is marked critical. How many characters can be received when getting a text message? If too many are sent, will the message be broken up and sent in two messages or will the rest be discarded? Do I need to read the policies of every cell phone company? Thanks, Pat Link to comment https://forums.phpfreaks.com/topic/93779-php-app-to-text-message-too-long-broken-up-or-discarded/ Share on other sites More sharing options...
khristian Posted February 29, 2008 Share Posted February 29, 2008 The normal length of one SMS message is 160 characters. I would imagine that anything more than 160 would be split into two messages, or if supported (as most are now) it would just become one long message, the same as when you send a long sms from your mobile. Link to comment https://forums.phpfreaks.com/topic/93779-php-app-to-text-message-too-long-broken-up-or-discarded/#findComment-480524 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.