1330
#NULL!
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
If you use the SQLite C API like this
and someone enters
Robert'; DROP Table Students;--as username, it deletes the table Students.Using this "prepared statement" and "bind", your code is secured against such SQL injection attacks.