You can use PHP to do that.

We are completing an application server which embeds Sqlite plus other processors and both generates HTML and supports AJAX style dynamic HTML by implementing remote procedure calls delivering JSON or XML encapsulated data. It is not quite ready yet but you can achieve a similar result with PHP and some coding.

Vivek Rajan wrote:
I need to generate dynamic HTML from contents in the SQLite database.
Display some text/tables and related. Upon clicking on the web-page, the
web-page can generate another query and display subsequent queries as HTML
on the web.

On 4/3/07, John Stanton <[EMAIL PROTECTED]> wrote:


What does the HTML have to do?

Vivek Rajan wrote:
> Hello SQLite Community-
>
> For a personal project, I need to dynamically create HTML pages from an
> on-disk SQLite database. I don't need cross-network capability, I just
need
> the ability to query and dynamically generate HTML from an on-disk
SQLite
> database on a localhost (stand-alone unix machine). I am using PERL as
the
> API for accessing/querying SQLite.
>
> Has someone done something like this? Could you please post any code
> snippets, suggestions and/or pointers for how to do this?
>
> Thanks in advance.
>
> Rajan
>



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]

-----------------------------------------------------------------------------






-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to