PHP Extensions: SQLite VS SQLite3

Sabuncu

New Member
I want to implement SQLite for my next project.I've done some research and I've found that PHP 5+ comes with two standard extenstions, that is:
  • SQLite found here ( php.net/manual/en/book.sqlite.php )
  • SQLite3 found here ( php.net/manual/en/book.sqlite3.php )
I want to know if number '3' represents the version. If it does, why SQLite3 doesn't come with procedural functions ? Which one is the best ?P.S. - Is there a way to encrypt SQLite database using php ?Sincerely,Alex from Romania
 
Back
Top