I have this value in a mysql database: "A+" it's the name of a magazine. I can see it sitting in the database, however i cannot manage to have it display via php. When i fetch the sql data, it outputs
"A"
I tried utfencode() utfdecode() htmlentities() ... to no avail. I fail to diagnose the problem. In case it matters, i fetch this data via ajax (jquery load() function)
GÜNCELLEME:
Bu normal bir ifade ile veri ayrıştırma sırasında + işareti kaldırılır çıkıyor. bunun için de bir düzeltme bulmak için görünmüyor olabilir. preg_quote () kullanımı gereksizdir.