Click to See Complete Forum and Search --> : Template Architecture with CGI


tommy00b
12-16-2008, 10:31 AM
Hi,
I have a web page that needs to display a sqlite database. Right now i am creating the entire page dynamically through CGI. However, I would rather have one html file and just populate a table within the file with the database content. What is the best method to do that? I am limited to html, javascript and CGI in C.

Any help is greatly appreiated.

Thanks!
Cyrus

Fang
12-17-2008, 05:44 AM
html and javascript cannot access the database, so you are left with CGI.