Support - Knowledge base

Giving you the answers you need

Why not try our knowledge base for instant help and advice to enhance your online experience with Register365? From within the knowledge base you can browse our frequently asked questions and find the right answers to help solve your queries.

Home  >  Scripting  >  PHP (Hypertext Preprocessor)  >  View Article

What is the value of... php.ini - magic_quotes_gpc?

3*3*3*3*3*

Article

magic_quotes_gpc is currently disabled. This is now the default value for any PHP installation.

Scripts should not rely on magic_quotes_gpc being enabled. They should be written so that any data passed to PHP from a form, a GET request or cookies is sanitised and error-checked by the script itself, without reliance on PHP to do this for it.

Rate This Article

How useful was this article?

Not useful A little useful Useful Very useful Everything I needed