Hiya,
I've a couple of users who are called like
VBB seems to have no problem with the quotation mark inside the username.
However, when I create custom code it breaks because of the single quotation in the username.
How do I read the username with this in it correctly and later, insert it into the database again with the single/double quotation mark?
I'd rather not do a str_replace or alike.
Any thoughts?