Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Webpage Realtime data update

Status
Not open for further replies.

topslip

Junior Member level 2
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
:D
 

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top