I'm having a problem outputing from a database
I'm trying to get a text field from the MySQL data base
My input was "Come join us for John's birthday"
But the actual out put was "Come join us for John\'s birthday"
How do I fix this?
When i do " " it comes out as \" \" how do I get rid of these literal slashes.