Re: html tags not working in SMS

2007-04-03 Thread Theo Vassiliadis

On 4/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Dear All,

i want to send formatted text msg which can support  character
i have tried
echo "stringstring" but displays "stringstring"
echo "string".chr(13)."string" but "string string"
echo nl2br("string\nstring") but "stringstring"

plz help me in this case, i am using php with kannel for sms request reply.

Regards,
Iftikhar.



Try this for new line: %0D



--
Labor and Joy



html tags not working in SMS

2007-04-03 Thread iftikhar
Dear All,

i want to send formatted text msg which can support  character
i have tried
echo "stringstring" but displays "stringstring"
echo "string".chr(13)."string" but "string string"
echo nl2br("string\nstring") but "stringstring"

plz help me in this case, i am using php with kannel for sms request reply.

Regards,
Iftikhar.