The problem I seem to have is that when I get the data back it stops when it gets the the first double quote. (It accepts the input of double quotes fine, so I guess magic quotes are on). Is there a way I can get the data back exactly the same as it way input into the datbase.
IE: This is a "cool" website.
This is insert into the database (with magic quotes on) as This is a "cool" website.
When I get the data back, it displays as This is a \
Is there a way that I can get it back as This is a "cool" website.
Thanks