In my database in some fields the data is showing like as in following screenshots:
- http://i31.tinypic.com/2637l9f.jpg
- http://i27.tinypic.com/1ihh6d.jpg
- http://i26.tinypic.com/2yklzb4.jpg
- http://i31.tinypic.com/2vbshtf.jpg
I used mysql_real_escape_string
while inserting my data into database and htmlspecialchars
while displaying.
Can any one tell me why they looking like this, and whats the solution?