Partial PHP code refresh
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-05-28T13:21:02Z
Indexed on
2010/05/28
13:31 UTC
Read the original article
Hit count: 226
Is it possible to refresh only the part of the page? How?
the part:
if (checkExpiry($member->expires)==true) {
print timeLeft($leftts);
} else {
print "expired";
}
I have table which is showing name, email, time until membership ends and I need to refresh 'time until membership ends' every second.
© Stack Overflow or respective owner