Click to See Complete Forum and Search --> : Which technology should I go for ?


sbayeta
04-04-2003, 08:58 AM
Hi,
I need to create a page to show some values saved on a database. When these values are updated (by some apps running on my server) I need the page to show the new values.
The thing is I want to accomplish this without reloading the page.
I've never programmed a Web application, though I have some degree of experience programming C.
The first aproach I intended is PHP, but as I started to read the documentation I discovered it's not useful for my app (correct me if I'm wrong here).
So the next step is start reading some info about Javascript. So far I get the impression that it may be useful.

Anybody can give me a clue on this ?

Thanks!!

khalidali63
04-04-2003, 09:10 AM
If you want to update contents in a webpage from database,I am not sure how you can do this without reloading page,Ofcourse you can do something like this.Hava an iframe in the page,and make serverside app to check for db changes and as soon as there is a change noticed update the iframe.

You can change content on the page using javascript but when it comes to db javascript can not do anything beyond the scope of a browser.

Hope this helps

Cheers

Khalid

Vladdy
04-04-2003, 11:22 AM
This will solve the problem but for compliant browsers only: http://forums.webdeveloper.com/showthread.php?s=&threadid=5810