Hi,
Im having a problem with my php coding. I've made a form that saves the details into a session and then into a database a few pages further down the line.
The problem im having is that if someone puts a ' or a " in their text it really messes it up putting a \ in front of them when it displays it in later pages and also saves it to the database like this.
Is there a way to stop this!!
Please help