Question Show Table Content on Web Page(offline)

matthewnsarah07

Registered User.
Local time
Today, 04:03
Joined
Feb 19, 2008
Messages
192
I currently have a table (tblnews) that contains [date], [comments] & [publish] fields in it - people can input new articles through the front end.

What I want to do is when an entry has been marked Yes for publish field it would appear on an offline HTMl document as a news item, almost like an access report style page but without people going into access all the time

Where do I start with this one??

Thanks
 
Normally when something is "off line" then it would not be available. I am think that what you mean by "off line" in that is the it is on a local network and not 'Online" for the world to see.

Are you running a web server someplace in the network? You will need one.

You will need to use an ASP script that is run though a web server to read the database and generate the HTML.

Here is a tutorial to help get you started: Making your database web based
 

Users who are viewing this thread

Back
Top Bottom