Page 1 of 1

embedded SQLite in rev file

Posted: Thu Sep 13, 2007 11:57 am
by reelstuff
I have a question about finding a way to communicate with a Rev file on the Internet, for instance if I embed an SQLite file inside a Rev file.

Is there any way to communicate to that SQLite db inside the rev file.

I believe I can open a port 80 to a PHP script in the same folder or other.

So I could do a query.php on port 80 and return information that way.

But that would be like putting the cart before the horse.

So I am wondering if there were a way to submit data to the rev file that contains the sqlite database, from a PHP script executed from the Internet.

any thoughts or suggestions are always appreciated.