"asp.not" to php?

From: Enrico Palazo (epalazo_at_wiggy.com)
Date: 12/28/03


Date: Sun, 28 Dec 2003 16:20:40 GMT

I have an interface that has constantly changing values (temperatures, date)
done in asp.net. I have a timer that refreshes the page every 5 seconds. The
problem is that the entire page rewrites every 5 seconds and looks horrid.

http://refratings.com/test.aspx

How might I do this in php? Would I have the same issue (rewrite).

Thanks mucho.