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!!
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!!