D
D
Dmitry2016-12-17 23:24:02
PHP
Dmitry, 2016-12-17 23:24:02

How to safely use sqlite3 in php?

How to safely use the current version of sqlite3 in php? We need a working, supported tool for dummies. How to minimize the risk of sql injection?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Max, 2016-12-17
@MaxDukov

PDO ?
Whatever tool you have, you need to know how to use it. in principle, there is nothing incredible about sql injections, and PDO gives you all the tools you need to protect yourself.

O
OnYourLips, 2016-12-18
@OnYourLips

Start with PDO.
Then switch to Doctrine DBAL.
Then on Doctrine ORM.

B
Barmunk, 2016-12-18
@Barmunk

connect adodb.org/dokuwiki/doku.php?id=v5:database:sqlite via composer and work with any database,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question