Line return sending messages

Line return sending messages SearchSearch
Author Message
charlesyarnold@tormentedflame.com
New member
Username: Solex

Post Number: 1
Registered: 03-2006
Posted on Friday, March 31, 2006 - 07:09 pm:   

Hello,

Im setting up php scripts, and im creating the address im using to send out an sms though the nowsms url interface, and in the text of the sms i want to put a line return, what is the code for this?

Thank you

Charles
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5773
Registered: 10-2002
Posted on Monday, April 03, 2006 - 06:34 pm:   

Hi Charles,

Include %0D%0A in the URL request. (This is carriage return/line feed in URL escaped format.)

-bn