Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tommy00b
Starting Member
3 Posts |
Posted - 2008-12-16 : 11:51:55
|
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!Tom |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tommy00b
Starting Member
3 Posts |
Posted - 2008-12-16 : 12:52:38
|
Well,both. I guess the first one is - how do I feed the SQL content into an html table using what I have to work with. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tommy00b
Starting Member
3 Posts |
Posted - 2008-12-16 : 13:12:56
|
ok, thanks. |
|
|
|
|
|