On 30 Dec 2011, at 6:51am, Alberto De La Torre wrote:

> I like to instate a way on access a sqlite database (with about 30 tables) 
> via internet.
> 
> Actually, this is working with FileMaker, but, focusing on mobile devices, we 
> are considering on making a (separate) web app being the "static" installed 
> at mobile devices, and "dynamic" part on our web server.

Writing PHP code to run on an Apache web server is a very standard way to make 
web pages which have access to a SQLite database.  There must be tens of 
thousands of these.

Get a web server which runs Apache.  I recommend a Linux box (if you're a geek) 
or a Mac (if you're not).
Learn PHP or find yourself a PHP programmer.

> Where might I have some examples?

I just googled 'php sqlite' and found, without any problem,

<http://devzone.zend.com/263/sqlite-introduction/>
<http://www.devshed.com/c/a/PHP/Introduction-to-Using-SQLite-with-PHP-5/1/>

Good luck.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to