[sqlite] aces a databases store into a web server not into my local PC

2007-12-21 Thread finder
Hi, I don't find how to aces a databases store into a web server, throught a web page. I want to make a form that post a query and receive the result using a web page. Many thanks -- View this message in context: http://www.nabble.com/aces-a-databases-store-into-a-web-server-not-into-my-loc

Re: [sqlite] aces a databases store into a web server not into my local PC

2007-12-21 Thread Samuel Gilbert
What programming language are you using on the server side? PHP, Pyhton, Tcl, etc...? Theses languages allready have packages to access data sotred in SQLite. Samuel On 2007-12-21 16:10, finder wrote: > Hi, > I don't find how to aces a databases store into a web server, throught a > web page.

Re: [sqlite] aces a databases store into a web server not into my local PC

2007-12-21 Thread DJ Anubis
Le vendredi 21 décembre 2007, finder a écrit : > Hi, > I don't find how to aces a databases store into a web server, > throught a web page. > I want to make a form that post a query and receive the result > using a web page. > > Many thanks You could use a php script using the PDO::SQlite interfac

Re: [sqlite] aces a databases store into a web server not into my local PC

2007-12-21 Thread finder
Ok, thanks. So, must upload my SQLITE onto my web server. Want to use Php - because my host server support Php. Where can I learn about how must be config.php. I don't know if must me configured like in SQL. I understood that Sqlite works in same maniere like SQL- when want a query from him. Ex