Wazzup everybody...
I'm using the addslashes() command to allow signle quotes to be used in a text field when entered into a database. When I have what I typed output before its entered, the slashes appear. The entry, however is not going into the database.
I'm using a MySQL db.
any idea why this isn't werkin?
Below is the text once it has been passed through the addslashes()command:
If I get enough responses, I\'m sure this person will change his mind.
Thanks in advance for any helkp you might provide,
Lazzerous