First of all, i have gone through the related questions.. haven\'t found any answer.. I m using this code to display a message
echo \'Here goes your message wi
The problem may be that you are passing the variable through HTML in single quotes ''. If it is the case, try using double quotes: "".