By gsrobinson on
I have a block that counts down days, hours, minutes, and seconds to a specific event. I would like to refresh update just that block say every 1 minute. The block is mostly HTML/PHP code and I have added the following:
print $PHP_SELF ">
But this refreshes the entire site not just that one block..?? Any ideas of how I could get just that block to refresh?
Thanks
GSR
Comments
What did you add?
To only refresh a single block you will have to do custom programming with javascript and possibly some ajax if you need info from the server.
White Paper Designs