View Single Post
bizshop's Avatar
Posts: 98 | Thanked: 8 times | Joined on Apr 2007 @ Port Angeles, WA
#1
I've been struggling,for days now trying to get my browser to run an Sqlite query.

I'M running NGINX as localhost, and have the PHP cli and sqlite3 installed.Works from command line just fine. I need to be able to pull data up into webbrowser using php.

I understand php5 needs to use PDO to do this now, but I am clueless on how to use it and my attempts have been unsuccessful. Without PDO, php uses SQLite 2 , which is not what I need.

Anybody using php,server/browser and sqlite3? I need an example of a connect and a query.

Last edited by bizshop; 2007-10-06 at 08:26. Reason: clarification