Yarp
All sorted now,
I found that using htmlentities is apparently not recommended anymore ( cant find WHY but people say using htmlspecialchars is faster (doubt you could notice ))
Anyway.
i didnt put in the UTF-8 field in htmlentities and that broke it, However im using htmlspecialchars now and it seems to work fine
It was killing my brain as if i outputted the data directly to the page it would show fine, So i figured something has to be wrong with my code / sanity checking as the html page itself was fine and the DB was fine.
I hate issues like this lol.
TY yall. Another mystery solved
|