I am designing a web site which requires log in. After a person logs in, they are redirected to an information page. On this page, they will get a welcome message and then it will execute some php code to check for certain events:
Example:
Checking for pending requests...................DONE
Checking for overdue requests...................DONE
So...my question is....how do I make it to where the "." are displaying one at a time and then after the first line is checked, the second will kick off.
Does this make sense?
thx
Example:
Checking for pending requests...................DONE
Checking for overdue requests...................DONE
So...my question is....how do I make it to where the "." are displaying one at a time and then after the first line is checked, the second will kick off.
Does this make sense?
thx