I have it set so that my php include refreshes every 45 sec. How can I make only the include refresh, rather the whole page?
Thanks in advance :] +rep
Printable View
I have it set so that my php include refreshes every 45 sec. How can I make only the include refresh, rather the whole page?
Thanks in advance :] +rep
AJAX or iframes.
have the included file in ajax or summin ;) much easier
You could just put the PHP include in a normal frame.
Put the Include inside a div then use ajax to refresh just the div, only way without using Iframes?
Like iUnknown said.. I'd put the include in a iframe.