May 2003
Intermediate to advanced
592 pages
14h 28m
English
Built into PHP is a handy feature referred to as Magic Quotes. Magic Quotes—when enabled—will automatically escape single and double quotation marks in the values of retrieved variables. For example, if I entered into a form some text that included an apostrophe (Figure 2.7), the resulting page would look strange (Figure 2.8).

In PHP there are two main types of Magic Quotes: magic_quotes_gpc, which ...
Read now
Unlock full access