naprej
  • css
  • firefox
  • html
  • javascript
  • mootools
  • mysql
  • php
  • web
  • xubuntu
07/06/2012

PHP magic_quotes_gpc

function mag($s) {
    if (get_magic_quotes_gpc())
        $m= stripslashes($m);
    return mysql_real_escape_string($m);
}

Related Posts

PHP/MySQL convert while statements to foreach

php
  • Copyright © 2009 - 2012 naprej.com