A
Alexandre Jaquet
Hi
I found an very interesting article at
http://groups.google.com/group/Soft...l+sql+injection&rnum=8&hl=en#9b4d0ce0070fa2a4
and would like to use the regex described
but how to use it if I have for exemple :
local our $article = $query->param ('search_name');
if ($article =~ /((\%3D)|(=))[^\n]*((\%27)|(\')|(\-\-)|(\%3B)|()/i) {
$article = '*';
}
doesn't work
any help thanks
I found an very interesting article at
http://groups.google.com/group/Soft...l+sql+injection&rnum=8&hl=en#9b4d0ce0070fa2a4
and would like to use the regex described
but how to use it if I have for exemple :
local our $article = $query->param ('search_name');
if ($article =~ /((\%3D)|(=))[^\n]*((\%27)|(\')|(\-\-)|(\%3B)|()/i) {
$article = '*';
}
doesn't work
any help thanks