Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Preventing SQL injection attacks: Placeholders are enough for MySQL, Postgresql and SQLite

by talexb (Chancellor)
on Jan 09, 2008 at 17:29 UTC ( [id://661423]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
          print "\n";
        }
    }
    
  2. or download this
    Connected OK to mysql:test.
    Clear out existing data from the test table ..
    ...
    55, 'Just regular data'
    66, 'Evil data');DELETE FROM jobs;'
    3 rows
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://661423]
Approved by friedo
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-25 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found