
<?php function replace_code_mysql($text) { '[Nn][Uu][Ll][Ll]', // null '[Dd][Ee][Ll][Ee][Tt][Ee]', // delete '[Ii][Nn][Ss][Ee][Rr][Tt]', // insert '[Ff][Rr][Oo][Mm]', // from '[Uu][Pp][Dd][Aa][Tt][Ee]', // update '[Ww][Hh][Ee][Rr][Ee]', // where '[Dd][Rr][Oo][Pp]', // drop '[Ss][Hh][Oo][Ww]', // show '[Aa][Ll][Tt][Ee][Rr]', // alter '[Ii][Nn][Tt][Oo]', // into '[Vv][Aa][Ll][Uu][Ee][Ss]', // values '[Ss][Ee][Tt]', // set '[Uu][Nn][Ii][Oo][Nn]'); // union { } return $text; } ?>
I później mam cosik takiego
<?php $login_POST = replace_code_mysql($_POST['login']); ?>
Czy jest coś co jeszcze trzeba w niej zmienić
