I have the following string coming from a database: Let's Get Functional
If I run this through strlen it returns 25 characters instead of the expected 20. A var dump shows that the string looks like the above (no html references etc).
If I remove the single quote strlen returns 19 characters.
Obviously the quote is returning 5 characters instead of 1 - why? How can I stop this?
Thanks!
var_dumpcodes (with results)