I think is problem may be more connected to HTML rather then php.
The issue I have is that I have a my sql db and in one of the colume in which there is a string like:
Testing 1 2 3
but when I extract the variable all I see is :
Testing 1 2 3
I also tried to use the "htmlspecialchars" command but it wont do anything so if you have any suggestions how the problem may be fixed please post.