What are magic quotes?
You will need to know whether the setting is on or not so as you can process data correctly that is going into or coming from a database.
Comment on this Question and Answer >>>
ASK A QUESTION
More forms PHP Questions
How do I remove escape characters from data?I currently use this form on my site: Name
I am taking over a position from another programmer, and want to change some php code, but part of it has me baffled. The code creates a form and after it is filled, the client wants it to go to a separate thank you page – right now, it re-uses the for
What are causes of seeing the actualPHP code in my web browser
How can I check a value entered in a field on my form is a number?
