Re: [PHP] RE: Guru's advice needed ........[Security: SQL injection]

2004-03-19 Thread John W. Holmes
From: "Marek Kilimajer" <[EMAIL PROTECTED]> > Matt Chatterley wrote: > > In addition to protecting against SQL Injection, has anyone here > > experimented with detecting and recording attempts at injection? > > > > I've been pondering checking strings which come directly from user input for > > sq

Re: [PHP] RE: Guru's advice needed ........[Security: SQL injection]

2004-03-19 Thread Marek Kilimajer
Matt Chatterley wrote: In addition to protecting against SQL Injection, has anyone here experimented with detecting and recording attempts at injection? I've been pondering checking strings which come directly from user input for sql keywords (and possibly using regexps to check for potential SQL S