Something like a php function that can be called? I have php in a
page that needs to be update periodically (basically poll results)
without reloading the page around it (I do have a button you can
click). Is this possible? Or should I make some sort of Iframe with
the php page in it that could be reloaded.
The php code basicaly just writes a table to the page with the results
of the polls included. Thanks for the help.
page that needs to be update periodically (basically poll results)
without reloading the page around it (I do have a button you can
click). Is this possible? Or should I make some sort of Iframe with
the php page in it that could be reloaded.
The php code basicaly just writes a table to the page with the results
of the polls included. Thanks for the help.
Comment