Webpage Realtime data update

Status
Not open for further replies.

topslip

Junior Member level 2
Joined
Jul 16, 2002
Messages
21
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
India
Activity points
77
webpage realtime

Hi

I want to know, how to design the web page to update the realtime data from my PC.

Please help me.

Thanx
 

Hi

Read about PHP or ASP
I think they are capable of doing so.

Salam
Hossam Alzomor
www.i-g.org
 

topslip said:
I want to know, how to design the web page to update the realtime data from my PC.
php can be used to give you dynamic content on the server side, but you will also need some client-side programming such as java or javascript if you want the web browser to automatically refresh the dynamic content.
 

Webservices may help you.
Read about xml.
Explain more about what content do you want to update on your webpage?
 

Hi

I am getting the data through RS232 and storing it in MS access using VB front end program.
 

topslip said:
I am getting the data through RS232 and storing it in MS access using VB front end program.

On the server side I recommend using php to extract the data of interest from your ms-access database. The php can extract whatever data you want from the database and fashion it into html that will render beautiful dynamic web pages on a browser. See this appnote:

**broken link removed**

or google for "php ms access"
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…