I need to add \n or something equivalent to it in the labelled positions .
$params = array(
'msg' => 'Hi <line break>, A new account has been created. <line break> Bye',
.......
);
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like the line break character for SMS is generally %0A; it may vary based on which gateway you’re using, though.