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
is there any sendemail function in php for sending contents of a form through email?How do I make sure an include file exists before loading the page?
How can I access information sent through POST on a form?
index.php file is automatically deletes from the server.
How do I keep my site menu in one file?
