Help "Installing SQLite"

iamlok1

New Member
Messages
21
Reaction score
0
Points
0
I have tried to use google, and search feature the only one that came close was in another language.

How do you install SQLite so i can view my PHP script on the webserver?
 

josani

New Member
Messages
2
Reaction score
0
Points
0
I believe Sqlite is actually done with a .dll enabled in PhP extensions in the php.ini. I switch over to sqplite a while back and altho I use the 2.0x version I am well pleased with it it runs my simple game very well. Here are 2 links that may help:

This on is a Firefox addin but I think it only support version 3.x

https://addons.mozilla.org/en-US/firefox/addon/5817

This is the one that I use! Very nice for what I use it for.

http://sqliteadmin.orbmu2k.de/

Uh there are a lot of benefits to using sqlite for people like me cause the syntax is very easy to learn and works really, simple and clean. I converted my "Mysql" db game over completely and am so glad I did.

Hope this helps? If anything some new bookmarks to add and info to follow!
 
Top