What is magic quotes?
However it is actually a removed feature from PHP 6.0.0 onwards.
Therefore it is recommended not to use magic quotes ongoing and simply to escape the data when the script is run instead, with magic quotes switched off.
Comment on this Question and Answer >>>
ASK A QUESTION
More website PHP Questions
How to expire cookies when user pressed a button in webpage? I want have a link in my website then delete cookies.How do I display todays date on my website?
How can I find out where a site visitor comes from?
How do I make sure an include file exists before loading the page?
I have two web solutions I downloaded from the internet. Jobs Portal, Classified and a forum script. Each of the scripts has its own signup and log in module. How can I make visitors register and login through one webpage without having to login in all th
