I have a string
$string = "test<String>";
but when i make
echo $string;
it shows:
testString
and when I send the $string to mobile as SMS it shows
<testString>
How can I show “test<String>” with < and > symbol ?
thanks in advance.
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.
Didn’t find any solution for mobile sms tag, so for mobile i’ve used ( and ) instead of < and > for serving purpose temporarily.