in reply to Re: Detect SQL injection
in thread Detect SQL injection
Both give an error. Is it a rookie SQL mistake or what. I'm confused now!!$dbh->do( 'CREATE TABLE a (x INT) ; DROP TABLE a -- );' ) ; // or $dbh->do( 'CREATE TABLE a (x INT) ; DROP TABLE a' ) ;
|
|---|