6 ms·
and you now using sql-prepare-query instructions after escape from php?
by dancecodes 13y ago
and you now using sql-prepare-query instructions after escape from php?
- bhhaskin 13y agoUsing Django ORM. if you haven't used an ORM before you are missing out.
- dancecodes 13y agoUsing prepared statements is necessary condition (of secure) for any application independent of language. Almost all databases (and their drivers) support prepared statements.
- krapp 13y ago... you know PHP's supported PDO for a while now, right?
- dancecodes 13y agoeach db driver support it