PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

What is magic quotes?


Magic quotes are used in order to automatically escape the relevant data in characters that are sent to a PHP script.

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 do I send HTTP headers with PHP?

is there any sendemail function in php for sending contents of a form through email?

how can i add a chatbox to my site?

How do I make sure an include file exists before loading the page?

Hello - I am writing a PHP program to control an external camera connected to the USB port. For example I issue commands such as 'up', 'down', etc via an external program that I call using exec("cameracontrol.exe"). I would like to store



Custom Search