I have a database with a field containing a string and a forward slash in it (ie. "some string / with a slash in it"). At the moment of executing a query and extracting the row, the forward slash seems to be gone. Why is this? and How can I get that slash in the query?
I looked around and all I could find was this mysql_real_escape_string() function. But I believe this is for inserting not extracting.
PD: I have the feeling that no forward slash is allowed in databases for some reason. Why?
Thank you
/in the data.