I wonder if you can help,
I have magic quotes on, here's the problem.
I have an input form which the users adds a title, url, keyword and description to. When they submit this information, it reads it back to the title, url and keyword for the next form so they can put anouther keyword in without having to add the other stuff.
When they put in say:
This is a "cool" site isn't it! I have a problem. First off it adds to the MySQL database fine, but when it reads it back into the form I end up with:
This is a \
Although all the text is in the form if you look at the source as:
This is a \"cool\" site isn\'t it!
Is there a way of reading back the information and putting it in the form fields so that it reads as the original?
Thanks