embedded SQLite in rev file

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
reelstuff
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 254
Joined: Mon Apr 16, 2007 12:06 am
Location: USA
Contact:

embedded SQLite in rev file

Post by reelstuff » Thu Sep 13, 2007 11:57 am

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.

Post Reply

Return to “Internet”