Ethernet: Web page pulling info from arduino without reloading?

simeondorelov:
Well in my current setup , the arduino redirects to a php page and posts two variables which the php interprets. What i wanted to do was have a javascript send a UDP packet to the arduino, to which the arduino responds with another UDP packet containing the updated values. The page updates every second.

Interesting. I have been thinking along the exact same lines.

In order to be able to make the webpage much nicer looking, I would like to host the webpage on a server, and just populate some variables with live data from the arduino.
I thought it might be done by including an Iframe with a reloading page (meta refresh), which gets data from the arduino. Or maybe use the php include function.
-Still haven't found a good way to show live values from an arduino without having to reload the whole page periodically.

simeondorelov >> would you share your php code, and arduino sketch? -maybe we could make it work together! :.