hey people.
i am trying to build a synamic page that updates its contents dynamically without using javascript.
a friend of mine sugested me web sockets. and when i checked it it was awsome.
now i can build a web socket that can be accessed from command prompt.
now my problem is how can i access it with a web page.
and also how can i update a page with database values when ever any new value is added.
i checked google and there was nothing usefull.
please tell me how i can do it.
any help will by highly appreaciated!

You will have to use JavaScript even with web sockets. Are you planning to use Flash?

On the PHP side, you'll need to poll the database for changes.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.