downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/security.magicquotes.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/security.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'security.magicquotes.php',
   
1 => 'Magic Quotes',
  ),
 
'up' =>
  array (
   
0 => 'security.php',
   
1 => 'Security',
  ),
 
'prev' =>
  array (
   
0 => 'security.variables.php',
   
1 => 'User Submitted Data',
  ),
 
'next' =>
  array (
   
0 => 'security.magicquotes.what.php',
   
1 => 'What are Magic Quotes',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
   <h1>Magic Quotes</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="security.magicquotes.what.php">What are Magic Quotes</a></li><li><a href="security.magicquotes.why.php">Why did we use Magic Quotes</a></li><li><a href="security.magicquotes.whynot.php">Why not to use Magic Quotes</a></li><li><a href="security.magicquotes.disabling.php">Disabling Magic Quotes</a></li></ul>

   <div class="warning"><b class="warning">Warning</b><p class="simpara">This feature has been
<em class="emphasis">DEPRECATED</em> as of PHP 5.3.0 and <em class="emphasis">REMOVED</em> as of PHP 6.0.0.
Relying on this feature is highly discouraged.</p></div>
   <p class="para">
    Magic Quotes is a process that automagically escapes incoming data to the
    PHP script. It&#039;s preferred to code with magic quotes off and to instead
    escape the data at runtime, as needed.
   </p>

  

  

  

  

  </div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites