Page 1 of 1

How get SQLite loaded and working in Xampp?

PostPosted: 24. January 2014 12:57
by Pertti Rönnberg
Dear you experts. My computer is PC/win7prof 64bit. My intension is to use Xampp = Apache & PhP for creating database-projects using SQLite --- not MySQL!
I have installed Xampp 1.8.2 and obviously succefully, but cannot find any SQLite -- no instructions how or where to find it or install/configure (if needed) it. Neither can I find any Help or a Guide with such instructions or how-to start it if it is hiding some where.
Please. Can anybody tell me
 is Xampp 1.8.2 the correct version for my computer and my needs -- does that verion include SQLite and works on Win7/64bit
 what shall I do to get SQLite (or SQLite3) in operation
 where can I find a Xampp Tutorial – especially how to use the Control Panel

If I have to download/install SQLite (or SQLite3) which is the correct version and from where shall I download it and where is a guide how to install/configure it for work within xampp.
Thanks very much in advance. Pertti Rönnberg(mr)

Re: How get SQLite loaded and working in Xampp?

PostPosted: 24. January 2014 18:19
by Nobbie
Pertti Rönnberg wrote:Dear you experts. My computer is PC/win7prof 64bit. My intension is to use Xampp = Apache & PhP for creating database-projects using SQLite --- not MySQL!
I have installed Xampp 1.8.2 and obviously succefully, but cannot find any SQLite


When i run a phpinfo(), i can see that sqlite3 is an active successfully loaded extension of PHP. So simply run your sqlite3 PHP Scripts.

Re: How get SQLite loaded and working in Xampp?

PostPosted: 24. January 2014 21:58
by Altrea
SQLite does not come with a guide like phpmyadmin.
Simply use the SQLite 3 php functions to create and manipulate SQLite databases.