in reply to Unwanted appearance of "Content-type..."
get executed, and for example some little bastard has entered the following as the value for 'session'my $session = $query->param('session'); $stmt = "DELETE FROM shopcart WHERE session = '$session'";
the contents of your shopcart table will get thoroughly trashed... :)$session = "' OR '' = '";
|
|---|