On my new project www.dampes8n.com/timebridge/ I have a comment system that saves comments to a .txt then reads it.
Whenever someone enters a ' it adds \ before it.
So far it only happens to the ' and so I am just fine with that.
My question is, how and where should I alter the strings to remove the \
That is really my only question... If no one helps me out with this I'll be forced to read a book.. and no one wants me to have to do that. So lets try to be helpful here.
Whenever someone enters a ' it adds \ before it.
So far it only happens to the ' and so I am just fine with that.
My question is, how and where should I alter the strings to remove the \
That is really my only question... If no one helps me out with this I'll be forced to read a book.. and no one wants me to have to do that. So lets try to be helpful here.