I have a web page which has a number of items on it including a couple
of includes which run php scripts and display a small amount of dynamic
data. What I'd like is for the page to automatically refresh the
includes but without loading up the whole web page every time which is
what is happening currently since I am using a "META HTTP-EQUIV=Refresh"
call. Is there a way of doing this, ie selectively refreshing the
include statements automatically?
Thanks in advance for any help.
of includes which run php scripts and display a small amount of dynamic
data. What I'd like is for the page to automatically refresh the
includes but without loading up the whole web page every time which is
what is happening currently since I am using a "META HTTP-EQUIV=Refresh"
call. Is there a way of doing this, ie selectively refreshing the
include statements automatically?
Thanks in advance for any help.
Comment