Martin Janský

Results 3 comments of Martin Janský

Thank you for answer. Your solution doesn't work. ``` int size = 2 * MAX_NAME_LENGTH + 1; char[] nazev_escaped = new char[size + 1]; SQL_EscapeString(hDatabase, sArgs, nazev_escaped, size + 1);...

I tried this solution and it works. Can you verify this solution? Thanks. ``` function valid_request($str, $numeric = false) { $search_pattern = array("/[^A-Za-z0-9\[\]*.,=()!\"$%&^`�':;߲�#+~_\-|\/\\\\@{}������ ]/"); $replace_pattern = array(''); $str = preg_replace($search_pattern,...

Hello, I found other problems. I don't want to start a new topic. ``` [02-Aug-2020 22:39:06 UTC] PHP Deprecated: Methods with the same name as their class will not be...