I have & embedded in a sentence on my page comes from the database , when i get it i have & instead ,how to get
& as it is.
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.
&means “Start an entity” in HTML and it sounds like it is being error corrected at some point.You need to decode the HTML, or at least run it though a library for decoding entities.