Getting the updated info back to the browser is pretty much the same as presenting information in the first place, and can easily be handled by PHP.
However, to accomplish this, you will need the javascript function setInterval to make this happen every 15 seconds. You will also need XHR, xml http request, commonly called ajax.
You can deal with this yourself, or use one of many javascript libraries, e.g. jquery, prototype, yui