PHP Questions Home

Categories

Arrays
Files
Forms
Functions
Images
MySQL
Numbers
Others
Strings
Website


PHP Functions

PHP Functions


More PHP

Top Questions
Ask a Question

What are magic quotes?


Magic quotes is a configuration setting within PHP that means that all data containing a single or double quote, or NUL, will automatically be escaped with a backslash before being entered into a database.

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.

More forms PHP Questions

How do I email the contents of a form to me?
How can I check that a data value is alphanumeric?
How do I remove HTML tags from a string?
How can I access information sent through GET on a form?
How do I remove escape characters from data?