Get the current active configuration setting of magic_quotes_runtime in PHP

Description

The following code shows how to get the current active configuration setting of magic_quotes_runtime.

Example


/*from   w  ww.j a va2s.  c  o m*/
<?php
// Check if magic_quotes_runtime is active
if(get_magic_quotes_runtime())
{
    // Deactivate
    set_magic_quotes_runtime(false);
}
?>




















Home »
  PHP Tutorial »
    Development »




Environment
Error
Hash
Include
Locale
Math
Network
Output
Reflection
PHP Regular Expressions